react-native-fs
react-native-fs copied to clipboard
how read data.bin ?
let str = await RNFS.read("......./data.bin", 200, 0, 'utf8'); but str is null;
how to read data.bin file?
let str = await RNFS.read("......./data.bin", 200, 0, 'ascii');
I encounter the same problem ,did you have some resolution,or any process
@xuyushiguang