Files
examples/with-animated-splash-screen/app.json
2020-02-12 20:55:42 +00:00

13 lines
402 B
JSON

{
"expo": {
"name": "with-animated-splash-screen",
"version": "1.0.0",
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"splash": {
"image": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
}
}