-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix broken events in Bridgeless mode (React Native New Architecture) #2370
base: main
Are you sure you want to change the base?
Conversation
I have test this patch with new arch react native 0.75.3. But i got this kotlin error : |
This probably is caused by the fact that the old RN is used (RN patch was not applied or it was not built from source) |
Thanks for your reply, and how can i fix that ? My steps :
|
Yes the only file i not have the same as you is settings.gradle (i have the default one). If add your modifications, i have an other error : `Could not determine the dependencies of task ':react-native:packages:react-native:ReactAndroid:hermes-engine:configureBuildForHermes'.
|
so u r having compilation issues. if u dont add that in, ie. https://reactnative.dev/contributing/how-to-build-from-source, ur not compiling RN and not applying any changes. this is outside the scope of this PR and u should seek help in the general RN community. |
Now that 0.76 has been released, should we pick up again on this PR? Ref. #2290 |
with 0.76.1 released these prs can finally be tested. for the lazy folks my example is now upgraded to newarch + 0.76.1. |
in new architecture the app crashes while setupPlayer so will this PR covered that issue as well? |
like i said my example app runs. so presumably yes.
…On Thu, Oct 31, 2024, 11:59 AM Syed Shoaib Ali ***@***.***> wrote:
Now that 0.76 has been released, should we pick up again on this PR?
Ref. #2290
<#2290>
in new architecture the app crashes while setupPlayer so will this PR
covered that issue as well?
—
Reply to this email directly, view it on GitHub
<#2370 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZMOVVTUY5Q3D56O6YSFBJ3Z6J4XXAVCNFSM6AAAAABOFEDBAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJQGYYTIOJVHA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
This PR fixes broken event emitting in React Native new architecture.
EDIT: This is breaking change, and mostly acts as a preview. I will try to come up with a solution for it if time allows.
This is a partial solution, and requires: