joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.81k stars 771 forks source link

In Android not able to read Arabic translation JSON file using JSONStream #740

Open midhunm-c opened 2 years ago

midhunm-c commented 2 years ago

Arabic translation JSON file is downloaded to document directory and it is reading and parsing using RNFetchBlob.JSONStream. In android when we tried to read Arabic translation file using JSONStream the callbacks done or fail in not getting called. And not throwing any exceptions. In iOS JSONStream is calling done block once the same Arabic json file read complete.