react-native-true-sheet/example/expo/app.json
2025-12-16 17:35:30 +08:00

54 lines
1.3 KiB
JSON

{
"expo": {
"name": "TrueSheetExpoExample",
"slug": "TrueSheetExpoExample",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "expoexample",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.lodev09.truesheet.expo"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.lodev09.truesheet.expo",
"config": {
"googleMaps": {
"apiKey": "AIzaSyBeaou3cjmq_BED6HlTRdg5fSyArUCzoTM"
}
}
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
["expo-router"],
[
"react-native-maps",
{
"androidGoogleMapsApiKey": "AIzaSyBeaou3cjmq_BED6HlTRdg5fSyArUCzoTM"
}
]
],
"experiments": {
"typedRoutes": true,
"reactNativeHostedTabNav": true
}
}
}