/post-state-storage

Blog Post with state storage - React Native App

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Simple Blog - CRUD App

Blog Post with state storage & Context provider component - React Native CRUD App

DEMO at Snack.expo.io

DEMO at Appetize.io


Start the App and clear cache:

npm run start -c

npm run dev -c

yarn dev

http://localhost:19002/


Fix errors:

rm -r node_modules

rm package-lock.json

expo upgrade

yarn dev

project mockup

image01


project structure

image02


JSON Server connection

image03


HTTP requests

image04


props vs context

image05


project mockup

image06


image07


create packages with expo

expo build:android -t apk
expo build:android -t app-bundle
expo build:ios -t archive
expo build:ios -t simulator
expo build:status

...