Files
react-native-ref/packages/app/app.json
Morten Olsen 7db07922aa init
2024-06-27 11:54:49 +02:00

34 lines
710 B
JSON

{
"expo": {
"name": "react-native-ref",
"slug": "react-native-ref",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"experiments": {
"baseUrl": "/react-native-ref/app"
}
}
}