2023-03-05 21:30:06 +08:00
|
|
|
{
|
|
|
|
"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"
|
2023-04-17 09:31:49 +08:00
|
|
|
},
|
|
|
|
"package": "com.keannu125.reactnativenotes"
|
2023-03-05 21:30:06 +08:00
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"favicon": "./assets/favicon.png"
|
2023-04-17 09:31:49 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"eas": {
|
|
|
|
"projectId": "3608bc75-584d-4dce-9fba-174ee43935a0"
|
|
|
|
}
|
2023-03-05 21:30:06 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|