mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
13 lines
386 B
JSON
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"
|
|
}
|
|
}
|
|
}
|