项目作者: nikolai-git-house

项目描述 :
ReactNative Education app
高级语言: JavaScript
项目地址: git://github.com/nikolai-git-house/ReadAskChat.git
创建时间: 2018-11-15T05:54:04Z
项目社区:https://github.com/nikolai-git-house/ReadAskChat

开源协议:

下载


ReadAskChat by React Native

Initial Install

Install Prerequisites:

Initialize environment

Clone this repository:

  1. $ git clone https://github.com/nikolai-git-house/ReadAskChat.git
  2. $ cd ReadAskChat/

Initialize the environment

  1. $ yarn install
  2. $ cd ios
  3. $ pod install
  4. $ cd ..

Run the application

  1. $ react-native start
  2. $ react-native run-ios

How to clear and rerun the application

  1. $ rm -rf node_modules/
  2. $ yarn clean cache & yarn install
  3. $ react-native start --reset-cache
  4. $ react-native run-ios