Simple chat app built with React Native and Firebase
- Clone the repo
$ git clone https://github.com/dariyd/chat-app.git
$ cd chat-app
- Install dependencies (npm v3+):
$ yarn
react-native link
cd ios/
pod install --repo-update
If you have problems with building ios project, remove node_modules folder and run again comand yarn from root directiry
- Running on Android:
$ react-native run-android
- Running on iOS:
$ react-native run-ios
or
go to ios directory, open ChatApp.xcworkspace and Run your project (Cmd+R)
