rallets / InmetaRnProject

React-Native Todo list example for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React-Native Todo list example for Android


Languages

Language:TypeScript 60.5%Language:Objective-C 14.7%Language:Ruby 10.2%Language:Java 9.6%Language:JavaScript 2.9%Language:Python 2.1%