An example how to use React Native + Firebase to create a messaging app
- Navigation using ex-navigation
- Firebase as our backend
- Gifted Chat for messaging screen
- Clone the repo:
git clone [email protected]:drmas/FireChat.git
- Install the dependencies using
npm install
- To run on iOS use
react-native run-ios
- To run on Android use
react-native run-android
or use the APK link below
This project is licensed under the terms of the MIT license.