+1
-1
docs/build.md
+1
-1
docs/build.md
···
31
31
- From inside the project directory:
32
32
- `bundler install` (this will install Cocoapods)
33
33
- After initial setup:
34
-
- Copy `google-services.json.example` to `google-services.json` or provide your own `google-services.json`. (A real firebase project is NOT required)
34
+
- Copy `google-services.json.example` to `google-services.json` and `google-services-dev.json.example` to `google-services-dev.json` or provide your own `google-services.json` files. (A real firebase project is NOT required)
35
35
- `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change
36
36
37
37
### Running the Native App