I've been trying to export datas from react-native app to a csv file for a few days but unsuccessfully.
I need to create a cross-plateform app that cat get some data from user even without any network. When the tablet is connected to internet, I have to sync it with my server.
My question is how to save my data even when I close the app or reboot the tablet.
Please excuse my English ;) Thanks