Learn how to implement persistent data storage in React Native with AsyncStorage and build a fully functional Todo app from scratch
https://reactnativespace.com/tutorials/asyncstorage-in-react-native
Clone the repo to your directory and install the packages through npm using:
npm install
Run the project with Metro Bundler
npx expo start