Files
examples/with-sqlite/app.json
2020-01-31 17:17:27 -08:00

13 lines
386 B
JSON

{
"expo": {
"name": "with-sqlite",
"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"
}
}
}