expo-config-plugin-ios-share-extension
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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:

Package Sidebar

Install

npm i expo-config-plugin-ios-share-extension

Weekly Downloads

131

Version

0.0.4

License

MIT

Unpacked Size

42.6 kB

Total Files

21

Last publish

Collaborators

  • timedtext