We’ll use AsyncStorage
to save and load simple text data on the device. AsyncStorage
is built into React Native (so it’s easy to get working), but it’s text only, it’s global to your app, and it isn’t built to handle large or complex data. However - it’s perfect for saving and loading small bits of data like settings and configuration values.