KI-AGENT: iOS Share Target mit Upload-Strecke ergänzen
This commit is contained in:
@@ -56,7 +56,20 @@
|
||||
],
|
||||
"react-native-ble-plx",
|
||||
"expo-notifications",
|
||||
"expo-web-browser"
|
||||
"expo-web-browser",
|
||||
[
|
||||
"expo-share-intent",
|
||||
{
|
||||
"iosShareExtensionName": "In FEDEO hochladen",
|
||||
"iosAppGroupIdentifier": "group.software.federspiel.fedeo.share",
|
||||
"iosActivationRules": {
|
||||
"NSExtensionActivationSupportsFileWithMaxCount": 10,
|
||||
"NSExtensionActivationSupportsImageWithMaxCount": 10,
|
||||
"NSExtensionActivationSupportsMovieWithMaxCount": 10
|
||||
},
|
||||
"disableAndroid": true
|
||||
}
|
||||
]
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true,
|
||||
|
||||
Reference in New Issue
Block a user