Files
examples/with-nextjs/app.json
2020-01-16 19:08:52 -08:00

14 lines
417 B
JSON

{
"expo": {
"name": "with-nextjs",
"version": "1.0.0",
"orientation": "portrait",
"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"
}
}
}