diff --git a/packages/react-navigation/examples/NavigationPlayground/app.json b/packages/react-navigation/examples/NavigationPlayground/app.json index 6f6615f4..01d8f52e 100644 --- a/packages/react-navigation/examples/NavigationPlayground/app.json +++ b/packages/react-navigation/examples/NavigationPlayground/app.json @@ -7,10 +7,9 @@ "privacy": "public", "orientation": "portrait", "primaryColor": "#cccccc", - "icon": "./assets/icons/react-navigation.png", - "loading": { - "icon": "./assets/icons/react-navigation.png", - "hideExponentText": false + "icon": "./assets/icons/icon.png", + "splash": { + "image": "./assets/icons/splash.png" }, "sdkVersion": "24.0.0", "entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js", diff --git a/packages/react-navigation/examples/NavigationPlayground/assets/icons/icon.png b/packages/react-navigation/examples/NavigationPlayground/assets/icons/icon.png new file mode 100644 index 00000000..1826ba0a Binary files /dev/null and b/packages/react-navigation/examples/NavigationPlayground/assets/icons/icon.png differ diff --git a/packages/react-navigation/examples/NavigationPlayground/assets/icons/react-navigation.png b/packages/react-navigation/examples/NavigationPlayground/assets/icons/react-navigation.png deleted file mode 100644 index 9f56a231..00000000 Binary files a/packages/react-navigation/examples/NavigationPlayground/assets/icons/react-navigation.png and /dev/null differ diff --git a/packages/react-navigation/examples/NavigationPlayground/assets/icons/splash.png b/packages/react-navigation/examples/NavigationPlayground/assets/icons/splash.png new file mode 100644 index 00000000..d0f90b84 Binary files /dev/null and b/packages/react-navigation/examples/NavigationPlayground/assets/icons/splash.png differ diff --git a/packages/react-navigation/examples/NavigationPlayground/js/Banner.js b/packages/react-navigation/examples/NavigationPlayground/js/Banner.js index 78ca7b45..c1224b02 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/Banner.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/Banner.js @@ -8,7 +8,7 @@ import { SafeAreaView } from 'react-navigation'; const Banner = () => (