0.0.4 • Published 1 year ago

expo-config-plugin-ios-share-extension v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

expo-config-plugin-ios-share-extension

An Expo config plugin to auto-configure iOS Share Extension

Installation

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

Known limitations

How it works.

-

TODO

Acknowledgements

This plugin was inspired by: