📦 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
38 lines
845 B
JSON
38 lines
845 B
JSON
{
|
|
"expo": {
|
|
"name": "ClipSync-Native",
|
|
"slug": "ClipSync-Native",
|
|
"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,
|
|
"bundleIdentifier": "fr.simailadjalim.ClipSync"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "fr.simailadjalim.ClipSync"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "ab833c64-cfd1-4662-9e49-ba54e476803e"
|
|
}
|
|
}
|
|
}
|
|
}
|