GitHunt
BI

React native realtime chat with firebase

React Native Realtime Chat with Firebase

  1. Unzip the source code
  2. $ git clone https://github.com/bitshadow/Chat.git
  3. $ cd Chat
  4. Copy example.env to .env and update with your credentials.
  5. $ yarn install

To run the iOS application, use the following command:

  1. Run $ react-native run-ios

To run the Android application, use this command:

  1. Run $ react-native run-android

Testing and linting:

$ yarn run lint
$ yarn test

Languages

JavaScript75.5%Objective-C11.1%Python4.9%Java4.8%Shell3.7%

Contributors

Created July 4, 2018
Updated July 4, 2018
bitshadow/Chat | GitHunt