Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 874 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 874 Bytes

OpenChat-React-Native-Firebase

Chat Application using React Native + Firebase

Quick start

Installation of React Native

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.

NOTE:

you have to required firebase database to store data.. just you have to add your firebase api key in backend.js

ScreenShot