Closed export-mike closed 8 months ago
Hi Mike, thanks for taking the time to open an issue! I just tried your setup on my machine and you can fix it by adding expo-updates
to the excludedPackages
array in the expo-share-extension's options:
[
"expo-share-extension",
{
excludedPackages: [
"expo-updates"
],
height: 600,
backgroundColor: {
red: 255,
green: 255,
blue: 255,
alpha: 0,
},
},
],
I'll add a fix soon so that this is excluded automatically, but for the time being you can fix it like this
wow thanks for the prompt response, ill give this a go!
i'll be using this library heavily - moving away from a swift ui view so will help to contribute back to it 😊
Sounds great! Looking forward to collaborating!
i'm finding the app opens but the extension just hangs...
but when the metro bundler has been closed it opens the view controller - seems like it could be a metro thing?
https://github.com/MaxAst/expo-share-extension/assets/2983327/cfe44349-dd45-4d30-a0d0-059b2f29ccb7
i'm finding the app opens but the extension just hangs...
but when the metro bundler has been closed it opens the view controller - seems like it could be a metro thing?
Related Files
app.json
babel.config.js
package.json
index.share.js
index.js
ShareExtension.tsx
metro.config.js