- before you start make sure to run
yarn install
ornpm install
. - make sure you have installed expo, if its not, please follow the Expo Docs.
- run
expo start --android
for Android andexpo start --ios
for ios. - incase you want to use the app on your physical device:
- download EXPO app from GooglePlay or AppStore
- run
expo start
- scan the QR code that appears in the terminal and it directly open the app through EXPO App.
The app have mainly the following features:
- show the items list from the server
https://jsonplaceholder.typicode.com/posts
. - update item list.
- add item into list