Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.02 KB

CRUD Native App

In this application you can practice the 4 basic actions of any application: create, list, modify and delete.

DEMO DEMO DEMO DEMO DEMO

Features

  • Built with React 17
  • Using React Navigation
  • Stylized with React Native Paper
  • Environment Variables handling
  • Powered by json-server

Installation

  1. git clone https://github.com/francijpg/rn-crud-native.git
  2. yarn install
  3. Create and fill .env file (equal to .env.example file)
  4. npm run server
  5. npm run ios | npm run android