react-native-fs
react-native-fs copied to clipboard
Error on readFile large file on android
const fileBuffer = await RNFS.readFile(res.path, 'base64');
Exception in native call java.lang.RuntimeException: Could not invoke RNFSManager.readFile
Getting the same issue.
You should use the RNFS.read method to read your large file in chunks.