itinance / itinance/react-native-fs
Readfile using Ascii encoding.
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
When I try converting byte array to ascii in chrome inspect I am getting following result

But when I try using
await readFile (archiveAttachments[i]['uri'], 'ascii');
I am getting ÿØÿà
How to get entire result as shown in above image.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.