An Expo config plugin to auto-configure iOS Share Extension
Install it in your project:
expo install expo-config-plugin-ios-share-extension
In your app’s Expo config (app.json, or app.config.js), make sure that expo-config-plugin-ios-share-extension
has been added to the list of plugins.
"expo": {
"name": "my-app",
"scheme": "tt",
"plugins": [
["expo-config-plugin-ios-share-extension"]
]
}
Next, rebuild your app.
eas build --profile development --platform ios
- Currently, only URL receiving is supported
- Only support directly redirect to Containing app.
- Here's an article that explains why this approach was chosen.
- Support receiving more content types
- Support Android
This plugin was inspired by: