In this application you can practice the 4 basic actions of any application: create, list, modify and delete.
- Built with React 17
- Using React Navigation
- Stylized with React Native Paper
- Environment Variables handling
- Powered by json-server
git clone https://github.com/francijpg/rn-crud-native.git
yarn install
- Create and fill .env file (equal to .env.example file)
npm run server
npm run ios
|npm run android