-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot find type 'RCTBridge' in scope #61
Comments
Hey @ronaldlangeveld, thanks for reporting! I indeed just managed to repro, must have happened when I did the 2.0.0 releease. Not sure how that happened because I tested it with an example in |
@MaxAst , thanks. Having same issue! should we downgrade or are you working on any quick fix? |
Thank you very much getting back to me @MaxAst! 🙏 |
I already disabled it @MaxAst |
okay, working on a fix, but not sure how long it'll take. If possible, downgrading to expo v51 would definitely be the quickest unblock for you, if possible |
@MaheshtheDev @ronaldlangeveld this is now fixed in 2.0.1, please upgrade! Apologies for the hiccup |
Thank you very much @MaxAst . Will try again over the weekend. :) |
Thanks for quick response and fix @MaxAst |
Hi!
Currently learning React Native for fun over weekends and a few months ago I tried
expo-share-extension
it worked perfectly fine.However the past few weeks I've been coming across this as soon as I install the extension.
This morning again, on a brand now project, with pretty much nothing else installed and then running
npx expo run:ios
.I'm experimenting with a standard Expo development build (not Expo Go) and then installing
expo-share-extension
following the instructions on your readme and then runningnpx expo prebuild
followed bynpx expo run:ios
, which then outputs the error above.Not sure if it's a me problem, given my limited React Native knowledge or if I'm doing something completely wrong or if we're missing something in the docs?
Running MacOS, latest everything (including Expo & extension version).
I disabled new arch for in case as well.
Thanks in advance 🙏🏻
The text was updated successfully, but these errors were encountered: