-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: cannot find symbol return new ReanimatedJSIModulePackage() #3615
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Hey, For details, see PR #3481. You need to edit your
|
Thanks @tomekzaw. I looked at the reanimated fabric example and noticed that they don't use the JSI module. I noticed that I could successfully build my app without the including the JSI module. However, the react-native upgrade helper tool did not recommend that it be removed, so I stuck with it. Thanks for validating this. |
@tomekzaw Might be helpful to add this to the migration guide for v2 to v3 because when I was upgrading I looked there and there were no changes |
I did this and now I'm getting the error: ReferenceError: Can't find variable: queueMicrotask
I'm using expo. |
saved the day thx ! |
Description
I'm in the process of updating my react-native project from 0.68.2 to 0.70.1 with the new architecture enabled.
I followed the recommended steps on the update script detailed here.
I am using
[email protected]
, and it does not successfully build.I can successfully build my project with
[email protected]
which does not have support for RN 0.70.1.Steps to reproduce
[email protected]
Snack or a link to a repository
Reanimated version
3.0.0-rc.3
React Native version
0.70.1
Platforms
Android
JavaScript runtime
Hermes
Workflow
No response
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Android emulator
Device model
None
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: