2
0
mirror of synced 2025-01-10 14:16:27 +00:00
2017-07-05 10:07:07 -04:00
..
2017-07-05 10:07:07 -04:00
2017-07-04 18:43:50 -04:00
2017-07-04 18:43:50 -04:00
2017-07-04 18:43:50 -04:00
2017-07-04 18:43:50 -04:00
2017-07-04 18:43:50 -04:00
2017-07-05 09:22:39 -04:00
2017-07-04 18:43:50 -04:00
2017-07-05 09:22:39 -04:00
2017-07-05 09:22:39 -04:00
2017-07-04 18:43:50 -04:00
2017-07-05 09:22:39 -04:00

Description

This example project implements react-native-firebase as described in the installation instructions.

Usage

  1. Install node_modules: $ yarn or $ npm install

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