Sample React Native project that uses Firebase Realtime Database
Click here to see how this app looks like
- clone the repo
- run
npm install
from the project root directory - create a database under your firebase console, and add its keys to
postits/src/config.js
- run
react-native run-ios
orreact-native run-android
. if you get any error, try cleaning the cache by runningreact-native start --reset-cache
and then try to run the app again (in case you want to run on android, you need to create the filelocal.properties
under the android directory, and add your sdk dir)