CPSC270
Software Engineering and Project Design

Activity 20

React Native Async

Use React Native Async Storage to create an app with persistance. The app should:

  1. have a TextInput component that is empty the first time the app is run.
  2. initialize the TextInput with whatever text was in the input the last time the app was run.
  3. display an error message, outside of text input, if there is an error reading or writing to the async storage.