Cannot init reanimated in iOS share extension #6861
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
Hey there! I'm the author of
expo-share-extension
and I'm currently in the process of getting it ready to run on bridgeless on the new architecture. I managed to get it working with plain react native, but when I use reanimated in the share extension view, I get the following error:when I run
pod install
, I can see from the logs that the reanimated pod gets installed successfully for the share extension target, so I don't think it's an installation/linking issue. I assume there's something I need to add to theShareExtensionViewController
, which sets up react native inside the share extension'sUIViewController
?Steps to reproduce
git clone [email protected]:MaxAst/expo-share-extension.git
git checkout fix/monorepo-support
npm install
npm run build
npm ruin build plugin
cd examples/basic
npm install
npm run prebuild
npm run ios
Snack or a link to a repository
https://github.com/MaxAst/expo-share-extension/tree/fix/monorepo-support/examples/basic
Reanimated version
3.16.6
React Native version
0.76.5
Platforms
iOS
JavaScript runtime
Hermes
Workflow
Expo Dev Client
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: