5d37d092c2 | ||
---|---|---|
.. | ||
android | ||
ios | ||
lib | ||
.babelrc | ||
.buckconfig | ||
.flowconfig | ||
.gitattributes | ||
.gitignore | ||
.watchmanconfig | ||
README.md | ||
app.js | ||
app.json | ||
index.android.js | ||
index.ios.js | ||
package.json |
README.md
Description
This example project implements react-native-firebase
as described in the
installation instructions.
Usage
- Install node_modules:
$ yarn
or$ npm install
iOS
- Go into ios root directory where the
Podfile
is located - Install pods:
$ pod install
- Run app:
$ react-native run-ios
Android
- Run app:
$ react-native run-android