I´m building a react native app for my own use(for android), and I don´t get how to save the state of my app, since the idea is to save some text data in the phone. I want to save some orders, which are going to be around 400-700 a year(i´m quite sure this wont increase), so I don´t think I really need like a server with a database.
I saw AsyncStorage but it looks like it´s intended for something else, like login tokens and stuff. Would a text file(csv for example) do the job? Or how would you do it? Thanks