Added RNFS and refactor image upload to use it

This commit is contained in:
John Lyon-Smith
2018-05-14 10:38:38 -07:00
parent 6fae5ef5d6
commit eda43b0869
16 changed files with 174 additions and 109 deletions

View File

@@ -66,6 +66,7 @@ export class Activity extends React.Component {
isValid: (r, v) => v !== "",
},
photos: {
initValue: [],
isValid: (r, v) => v && v.length > 0,
},
status: {