September 2018
Intermediate to advanced
302 pages
7h 17m
English
Those who come from a Native environment are used to persistent storage, such as databases or files. So far, any time our app has been relaunched, it has lost its state. We can fix that using system storage.
For this purpose, we will use the AsyncStorage API that comes with React Native:
The AsyncStorage API is pretty easy to use. First, let's save the ...
Read now
Unlock full access