react-native-filesystem icon indicating copy to clipboard operation
react-native-filesystem copied to clipboard

Simple file system API for iOS & Android.

Results 15 react-native-filesystem issues
Sort by recently updated
recently updated
newest added

Is there a way to locate the saved file using a File Manager. I'm using storage option FileSystem.storage.important but can't find it anywhere. Use case: transfer file to a computer

Hello, I love this package. I'm trying to expose the native listFiles method from both Android and IOS from a folk, but have several question. I hope I can get...

Package is also imported `import FileSystem from 'react-native-filesystem'` ``` console.log('inside file writing', FileSystem)//getting FileSystem here let data = yield FileSystem.writeToFile('./productsData', JSON.stringify(productsData.Data))//cannot read writeToFile of undefined ``` Rebuilt after installng react-native-filesystem....

Add Podspec so that people using Cocoapods can link the project that way.