Blog Post with state storage & Context provider component - React Native CRUD App
Start the App and clear cache:
npm run start -c
npm run dev -c
yarn dev
Fix errors:
rm -r node_modules
rm package-lock.json
expo upgrade
yarn dev
expo build:android -t apk
expo build:android -t app-bundle
expo build:ios -t archive
expo build:ios -t simulator
expo build:status
...






