-
Notifications
You must be signed in to change notification settings - Fork 458
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
Comments
@sidhamed did you manage to get it working with new architecture RN >v.0.76 in any way? |
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? |
Anything below new architecture. |
@sidhamed what issues are you having? Its workign for me in the new build arch |
@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. |
Can you describe how did you manage to make it work?
…On Fri, Jan 24, 2025, 8:28 AM Ponikar ***@***.***> wrote:
@CaptainJeff <https://github.com/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.
—
Reply to this email directly, view it on GitHub
<#822 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APO34XRV54GZLEQDUVIFSI32MHTS3AVCNFSM6AAAAABTIODQT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJRG44TMNZYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
@ponikar I am also interested in this |
Hey folks, |
@ponikar Are you using the “selfManaged” mode? |
everything works fine on ios too, the problem is with android |
@ponikar What version of react native callkeep are you using? |
@KolissnikBogdan |
I didn't understand this. I am not expo though. |
@ponikar My version is also same like yours React Native: 0.76.5 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 |
"react-native": "0.76.6" everythings seems to work great with new architecture. Until i noticed that didLoadWithEvents never happened on ios. |
No description provided.
The text was updated successfully, but these errors were encountered: