Skip to content

nikolai-git-house/ReadAskChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

250b402 · Nov 15, 2018

History

3 Commits
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018

Repository files navigation

ReadAskChat by React Native

Initial Install

Install Prerequisites:

Initialize environment

Clone this repository:

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

Initialize the environment

$ yarn install
$ cd ios
$ pod install
$ cd ..

Run the application

$ react-native start
$ react-native run-ios

How to clear and rerun the application

$ rm -rf node_modules/
$ yarn clean cache & yarn install
$ react-native start --reset-cache
$ react-native run-ios