This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ project.ext {
8686## Usage
8787
8888### Demo app
89- If you want a quickstart, clone the repo, ` cd src ` , and ` npm run demo.ios ` or ` npm run demo.android ` .
89+ If you want a quickstart, clone the repo, then:
90+ - ` cd src ` .
91+ - ` npm i ` (just answer 'n' to any prompts as they are ignored anyway).
92+ - ` npm run demo.ios ` or ` npm run demo.android ` (answer 'n' again if prompted).
9093
9194### Start-up wiring
9295We need to do some wiring when your app starts, so open ` app.js ` and add this before ` application.start(); ` :
@@ -294,4 +297,4 @@ The after-prepare hook of this plugin will now choose either the `dev` or the `p
294297* ` prod ` will be selected if you run with either the ` --release ` , ` --env.prod ` or ` --env.production ` flags
295298* ` dev ` will be selected if you do not run with the above flags
296299
297- Note: if you do not have both ` dev ` and ` prod ` files in place, the regular ` GoogleService-Info.plist ` and ` google-services.json ` files will be used.
300+ Note: if you do not have both ` dev ` and ` prod ` files in place, the regular ` GoogleService-Info.plist ` and ` google-services.json ` files will be used.
You can’t perform that action at this time.
0 commit comments