react-native-game-engine-ex.../app.json

41 lines
980 B
JSON
Raw Normal View History

2022-06-25 00:29:43 -05:00
{
"expo": {
"name": "react-native-game-engine-expo-typescript-template",
"slug": "react-native-game-engine-expo-typescript-template",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.nightness.reactnativegameengineexpotypescripttemplate"
2022-06-25 00:29:43 -05:00
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"jsEngine": "jsc",
"extra": {
"eas": {
"projectId": "bb283987-7da9-4a8e-b730-4aebcd816864"
}
2022-06-25 00:29:43 -05:00
}
}
}