Apr 18, 2021
Hello Arwa,
If you would like to re-read file then consider using react-native-fs module mentioned in the article:-
https://github.com/itinance/react-native-fs
Using it you can write to JSON files to update it's content and then when you need updated content back simply call the `readFile` method mentioned in the npm.