diff --git a/example/app.json b/example/app.json index 5df8cf79..6161b93f 100644 --- a/example/app.json +++ b/example/app.json @@ -7,12 +7,6 @@ "slug": "react-navigation-example", "description": "Demo app to showcase various functionality of React Navigation", "privacy": "public", - "sdkVersion": "37.0.0", - "platforms": [ - "ios", - "android", - "web" - ], "version": "1.0.0", "icon": "./assets/icon.png", "splash": { @@ -20,15 +14,16 @@ "resizeMode": "contain", "backgroundColor": "#ffffff" }, - "updates": { - "fallbackToCacheTimeout": 0 - }, - "assetBundlePatterns": [ - "**/*" - ], + "sdkVersion": "37.0.0", + "platforms": ["ios", "android", "web"], "ios": { "supportsTablet": true }, + "updates": { + "fallbackToCacheTimeout": 0 + }, + "assetBundlePatterns": ["**/*"], + "scheme": "rne", "entryPoint": "App.tsx" } }