0
I’m creating an application that needs to store some data locally. These are simple data such as a "Route" path for HTTP request, or a field with a "time" that will be used for the application to do an action.
Knowing this can tell me how I can save this data?
As a reference would be something like having a preference file on android or Sqlite database where I would save a lot of basic data that are used as configuration of the application.
I did not understand the application of Assyncstorage because among the data I need to save is an "array".
You could help me with that question?
If you need something relational, and you don’t want to use Asyncstorage you can try Realmdb
– danteMesquita