Skip to content

Commit

Permalink
[ncl] use silentLaunch: true in development clients (#9923)
Browse files Browse the repository at this point in the history
# Why

Follow up from #9827

# How

Add new key to app.json.

# Test Plan

Verified that loading progress is still shown in development. Tested publishing a different project to ensure that loading progress is not show in production with `silentLaunch: true`.
  • Loading branch information
esamelson committed Aug 25, 2020
1 parent 517f1b9 commit 49e2e4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/native-component-list/app.json
Expand Up @@ -19,6 +19,9 @@
"splash": {
"image": "./assets/icons/loadingIcon.png"
},
"developmentClient": {
"silentLaunch": true
},
"platforms": ["android", "ios", "web"],
"facebookScheme": "fb1201211719949057",
"facebookAppId": "1201211719949057",
Expand Down

0 comments on commit 49e2e4e

Please sign in to comment.