442 B
442 B
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