1. 24
    Save and Retrieve Data on the Device in a React Native App with AsyncStorage
    2m 22s

Save and Retrieve Data on the Device in a React Native App with AsyncStorage

InstructorChris Achard

Share this video with your friends

Send Tweet

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.