Chat Application using React Native + Firebase
npm install -g react-native-cli
install all react native prerequisites
in OpenChat folder open terminal
npm install
react-native start
and in same folder open another terminal to install in android phone
react-native run-android device
but it required your phone to be connected with your pc or laptop.
you have to required firebase database to store data.. just you have to add your firebase api key in backend.js