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

how read data.bin ?

Open xuyushiguang opened this issue 4 years ago • 2 comments

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');

xuyushiguang avatar Dec 23 '21 02:12 xuyushiguang

I encounter the same problem ,did you have some resolution,or any process

jetengine avatar Dec 03 '24 07:12 jetengine

@xuyushiguang

jetengine avatar Dec 03 '24 07:12 jetengine