Current version does not work anymore due to changes to react-native-fs. The proper full path to file has to be provided:
|
const prefix = RNFS.DocumentDirectoryPath+'/'; |
Additionally a support for folders would be nice:
|
export default (folder) => (name) => { |
Current version does not work anymore due to changes to react-native-fs. The proper full path to file has to be provided:
dat-react-native/storage.js
Line 6 in 3e3e690
Additionally a support for folders would be nice:
dat-react-native/storage.js
Line 27 in 3e3e690