-
Notifications
You must be signed in to change notification settings - Fork 115
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
Duplicate Interface for Class RCTModuleRegistery #124
Comments
Also experiencing this issue |
For me following this guide solved the issue: https://docs.expo.dev/bare/installing-expo-modules/ |
Got the same. |
any update on this issue |
Hello, forgive my google translator english. My React Native version is 0.66.2. After almost 1 week of trying to implement the react-native-fbsdk-next lib, I was able to run the iOS app. Basically I needed to upgrade expo from v43 to v45 because of expo-modules-core version outdated and not compatible with react-native-fbsdk-next. How to identify which libs depend on expo-modules-core and which version is being used: After that I started having errors related to the react-native-rsa-native library, here are the errors: To solve it basically I followed what @buekera said, I reviewed all implementations of the expo documentation in my project and updated react-native-rsa-native to 2.0.5 latest version currently. With that I was able to run my app on iOS without any glitches. |
Im facing issue while compiling iOS project with Duplication interfaces for RCTModuleRegistery, RCTBundleManager
RN Version : 0.66.4
Expo : 43.0.4
The text was updated successfully, but these errors were encountered: