项目作者: krishnadeveloper

项目描述 :
react-native-demo-app
高级语言: JavaScript
项目地址: git://github.com/krishnadeveloper/react-native-demo-app.git
创建时间: 2019-09-22T14:59:44Z
项目社区:https://github.com/krishnadeveloper/react-native-demo-app

开源协议:

下载


react-native-demo-app

react-native-demo-app is a basic setup of react-native project with drawer navigation with a logo placeholder and some other menus like Home, Chat, Profile, Content and Logout. There is some example content on home screen, login form on logout screen and a simple form on chat screen, these all done only for demo purpose after download you can change according to your requirements.

Requirement

  1. NodeJs
  2. react-native-cli
  3. XCODE to check app on iOS
  4. Android Studio to check android app

Installation

Go project folder and follow below instructions

  1. $ npm install
  2. $ react-native link react-native-reanimated
  3. $ react-native link react-native-gesture-handler
  4. $ react-native link react-native-screens

How to run from terminal and command line

  1. $ react-native run-ios --simulator="simulator device name" // simulator device name like iPhone 7, iPhone 8
  2. $ react-native run-android