Skip to content

nikolai-git-house/ReadAskChat

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