Skip to content
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

Open
AdnanMunir opened this issue Jan 21, 2022 · 5 comments
Open

Duplicate Interface for Class RCTModuleRegistery #124

AdnanMunir opened this issue Jan 21, 2022 · 5 comments

Comments

@AdnanMunir
Copy link

AdnanMunir commented Jan 21, 2022

Im facing issue while compiling iOS project with Duplication interfaces for RCTModuleRegistery, RCTBundleManager

RN Version : 0.66.4
Expo : 43.0.4

@aarongrider
Copy link

Also experiencing this issue

@buekera
Copy link

buekera commented Jan 27, 2022

For me following this guide solved the issue: https://docs.expo.dev/bare/installing-expo-modules/
I run into different problems though which I'm trying to fix right now.

@EddyDunda
Copy link

Got the same.

@MusabBasheer
Copy link

any update on this issue

@giovanijfc
Copy link

giovanijfc commented Jul 18, 2022

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:
yarn why expo-modules-core
or
npx npm-why expo-modules-core

After that I started having errors related to the react-native-rsa-native library, here are the errors:
image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants