I'm creating an application that needs to store some data locally. These are simple data such as a "Route" path to an HTTP request, or a field with a "time" that will be used for the application to take action.
Knowing this can you tell me how I can save this data?
As a reference it would be something like having a preference file in android or SQLite database where I would save a lot of basic data that is used as application configuration.
I do not understand the application of AssyncStorage because of the data I need to save is an "array".
Would you help me with this question?