We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:'
occurs in the line
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
shown in https://github.com/expo/fyi/blob/main/expo-modules-migration.md. PR incoming.
The text was updated successfully, but these errors were encountered:
@srmagura Did you ever find a solution to this? I'm upgrading my (non-Expo) app from react-native v0.67.4 to v0.69.1 and ran into this same error.
react-native
Sorry, something went wrong.
Ah, I forgot to link my PR apparently. I think this should show you how to fix it: https://github.com/expo/fyi/pull/71/files
@srmagura Thank you. That fixed my problem.
No branches or pull requests
occurs in the line
shown in https://github.com/expo/fyi/blob/main/expo-modules-migration.md. PR incoming.
The text was updated successfully, but these errors were encountered: