Skip to content

rallets/InmetaRnProject

Repository files navigation

React Native Project

React native "Todo list" example for Android, using a local json-server as backend. Just press the "Login" button, no authentication is required.

Requirements

Build and run

  • (if installed) uninstall the legacy react-native-cli
npm uninstall -g react-native-cli
  • install all the npm packages and start the json-server as backend
npm install
npm run backend
  • run the emulator
  • build and run the React Native code in the emulator
npm run android

or (not tested)

npm run ios