Skip to content

are you planning on supporting react native new architecture any time soon? #822

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

Open
sidhamed opened this issue Dec 9, 2024 · 16 comments

Comments

@sidhamed
Copy link

sidhamed commented Dec 9, 2024

No description provided.

@danielnitu
Copy link

@sidhamed did you manage to get it working with new architecture RN >v.0.76 in any way?

@sidhamed
Copy link
Author

unfortunately no

@danielnitu
Copy link

unfortunately no

Thanks for the quick reply! I see the project is pretty unmaintained, but it's the only one right now. Which RN version is the latest supported if you know?

@sidhamed
Copy link
Author

Anything below new architecture.

@CaptainJeff
Copy link
Contributor

@sidhamed what issues are you having? Its workign for me in the new build arch

@ponikar
Copy link

ponikar commented Jan 24, 2025

@CaptainJeff new arch supports backward compatibility at some point. I too am able to use this library in new architecture but I doubt this will leverage new architecture support.

@sidhamed
Copy link
Author

sidhamed commented Jan 24, 2025 via email

@KolissnikBogdan
Copy link

KolissnikBogdan commented Jan 24, 2025

@ponikar I am also interested in this

@ponikar
Copy link

ponikar commented Jan 24, 2025

Hey folks,
I didn't do anything. My react native version is 0.76.5 where the new architecture is enabled by default. I complied my app and ran it in both android and iOS. It is working fine.

@KolissnikBogdan
Copy link

@ponikar Are you using the “selfManaged” mode?

@KolissnikBogdan
Copy link

everything works fine on ios too, the problem is with android

@KolissnikBogdan
Copy link

KolissnikBogdan commented Jan 24, 2025

Hey folks, I didn't do anything. My react native version is 0.76.5 where the new architecture is enabled by default. I complied my app and ran it in both android and iOS. It is working fine.

@ponikar What version of react native callkeep are you using?

@ponikar
Copy link

ponikar commented Jan 27, 2025

@KolissnikBogdan ^4.3.16

@ponikar
Copy link

ponikar commented Jan 27, 2025

@KolissnikBogdan

@ponikar Are you using the “selfManaged” mode?

I didn't understand this. I am not expo though.

@shubham-ghanghotia
Copy link

@ponikar My version is also same like yours

React Native: 0.76.5
Callkeep: ^4.3.16

error: Exception in HostObject::get for prop 'RNCallKeep': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotations from native module: RNCallKeep. Details: Module exports two methods to JavaScript with the same name: "displayIncomingCall

@michel3141
Copy link

"react-native": "0.76.6"
"react-native-callkeep": "4.3.16" # with some PR applied (Looper => handlerThread#825+ remove duplicate methods#816)

everythings seems to work great with new architecture. Until i noticed that didLoadWithEvents never happened on ios.
Removed new arch and didLoadWithEvents is back again

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

7 participants