We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b887e0e commit cfe9848Copy full SHA for cfe9848
README.md
@@ -12,6 +12,15 @@ Firebase is awesome and it's combination with the Google Cloud Platform makes it
12
13
## Installing
14
15
+Getting `react-native-firestack` up and running in your app should be a 2 step process + 1 for each platform.
16
+
17
+1. Install the `npm` package
18
+2. Link the project with `react-native link react-native-firestack`
19
+3. Modify the _Build Phases_ for iOS like it says below.
20
+4. To ensure Android is setup, check your `MainApplication.java` for the `FirestackPackage()` line.
21
22
+Those steps in more detail:
23
24
Install the `npm` package with:
25
26
```bash
0 commit comments