Reactnative-notesapp/app.json
2023-04-17 09:31:49 +08:00

36 lines
799 B
JSON

{
"expo": {
"name": "reactnative-notes",
"slug": "reactnative-notes",
"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"
},
"package": "com.keannu125.reactnativenotes"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "3608bc75-584d-4dce-9fba-174ee43935a0"
}
}
}
}