template_0205
This commit is contained in:
71
RN_TEMPLATE/app.json
Normal file
71
RN_TEMPLATE/app.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"name": "upay",
|
||||
"slug": "test",
|
||||
"scheme": "upay",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"icon": "./assets/images/app-icon-all.png",
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"newArchEnabled": true,
|
||||
"jsEngine": "hermes",
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"android": {
|
||||
"icon": "./assets/images/app-icon-android-legacy.png",
|
||||
"package": "com.upay",
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/images/app-icon-android-adaptive-foreground.png",
|
||||
"backgroundImage": "./assets/images/app-icon-android-adaptive-background.png"
|
||||
},
|
||||
"allowBackup": false,
|
||||
"edgeToEdgeEnabled": true
|
||||
},
|
||||
"ios": {
|
||||
"icon": "./assets/images/app-icon-ios.png",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.upay"
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/images/app-icon-web-favicon.png",
|
||||
"bundler": "metro"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-localization",
|
||||
"expo-font",
|
||||
[
|
||||
"expo-splash-screen",
|
||||
{
|
||||
"image": "./assets/images/app-icon-android-adaptive-foreground.png",
|
||||
"imageWidth": 300,
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#191015"
|
||||
}
|
||||
],
|
||||
[
|
||||
"react-native-edge-to-edge",
|
||||
{
|
||||
"android": {
|
||||
"parentTheme": "Light",
|
||||
"enforceNavigationBarContrast": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"expo-build-properties"
|
||||
],
|
||||
"experiments": {
|
||||
"tsconfigPaths": true
|
||||
},
|
||||
"extra": {
|
||||
"ignite": {
|
||||
"version": "11.4.0"
|
||||
},
|
||||
"eas": {
|
||||
"projectId": "03377418-ceb0-4ec9-8dce-7605150d5225"
|
||||
}
|
||||
},
|
||||
"owner": "sofio"
|
||||
}
|
||||
Reference in New Issue
Block a user