✨ feat(app.json): add bundleIdentifier for iOS and projectId for EAS
📦 feat(package.json): add expo-system-ui dependency for better system UI handling 📄 docs(eas.json): add new eas.json file for Expo Application Services configuration
This commit is contained in:
parent
e650cb6114
commit
69f7bfd78c
8
app.json
8
app.json
@ -15,7 +15,8 @@
|
|||||||
"**/*"
|
"**/*"
|
||||||
],
|
],
|
||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true
|
"supportsTablet": true,
|
||||||
|
"bundleIdentifier": "fr.simailadjalim.ClipSync"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
@ -26,6 +27,11 @@
|
|||||||
},
|
},
|
||||||
"web": {
|
"web": {
|
||||||
"favicon": "./assets/favicon.png"
|
"favicon": "./assets/favicon.png"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"eas": {
|
||||||
|
"projectId": "ab833c64-cfd1-4662-9e49-ba54e476803e"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
18
eas.json
Normal file
18
eas.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"cli": {
|
||||||
|
"version": ">= 7.6.2"
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"development": {
|
||||||
|
"developmentClient": true,
|
||||||
|
"distribution": "internal"
|
||||||
|
},
|
||||||
|
"preview": {
|
||||||
|
"distribution": "internal"
|
||||||
|
},
|
||||||
|
"production": {}
|
||||||
|
},
|
||||||
|
"submit": {
|
||||||
|
"production": {}
|
||||||
|
}
|
||||||
|
}
|
@ -20,6 +20,7 @@
|
|||||||
"expo": "~50.0.14",
|
"expo": "~50.0.14",
|
||||||
"expo-clipboard": "~5.0.1",
|
"expo-clipboard": "~5.0.1",
|
||||||
"expo-status-bar": "~1.11.1",
|
"expo-status-bar": "~1.11.1",
|
||||||
|
"expo-system-ui": "^2.9.3",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-native": "0.73.6",
|
"react-native": "0.73.6",
|
||||||
"react-native-android-notification-listener": "^5.0.1",
|
"react-native-android-notification-listener": "^5.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user