Install Prerequisites:
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
$ rm -rf node_modules/
$ yarn clean cache & yarn install
$ react-native start --reset-cache
$ react-native run-ios