react-native 0.76.8
react-native-fs2 3.0.5
[Error: RNFSManager.read(): Error while converting JavaScript argument 1 to Objective C type NSInteger. Objective C type NSInteger is unsupported.]
console.log( file, len, position, typeof len, typeof position, ); // xx/xx/xx.png number number
RNFS.read(file, len, position, 'base64')
same code android works well, failed on ios
react-native 0.76.8
react-native-fs2 3.0.5
[Error: RNFSManager.read(): Error while converting JavaScript argument 1 to Objective C type NSInteger. Objective C type NSInteger is unsupported.]
same code android works well, failed on ios