mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
Description
This example project implements react-native-firebase as described in the
installation instructions.
Usage
- Install node_modules:
$ yarnor$ npm install
iOS
- Go into ios root directory where the
Podfileis located - Install pods:
$ pod install - Run app:
$ react-native run-ios
Android
- Run app:
$ react-native run-android