2017-07-05 13:15:48 +00:00
|
|
|
### Description
|
2017-07-04 23:22:19 +00:00
|
|
|
|
2017-07-05 13:15:48 +00:00
|
|
|
This example project implements `react-native-firebase` as described in the
|
|
|
|
[installation instructions](http://invertase.io/react-native-firebase/#/initial-setup).
|
2017-07-04 23:58:04 +00:00
|
|
|
|
2017-07-05 13:15:48 +00:00
|
|
|
### Usage
|
2017-07-04 23:58:04 +00:00
|
|
|
|
2017-07-05 13:22:39 +00:00
|
|
|
1) Install node_modules: `$ yarn` or `$ npm install`
|
2017-07-05 13:15:48 +00:00
|
|
|
|
|
|
|
#### iOS
|
|
|
|
1) Go into ios root directory where the `Podfile` is located
|
|
|
|
2) Install pods: `$ pod install`
|
|
|
|
3) Run app: `$ react-native run-ios`
|
|
|
|
|
|
|
|
#### Android
|
|
|
|
1) Run app: `$ react-native run-android`
|