-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add Support for React-Native 74 and 75 #655
Comments
I'm taking a look. |
0.74.2 is ok but 0.74.3 is not. Now searching for the breaking change. |
You are right, I can confirm that I am able to run the app on 0.74.2 |
I could get a callstack:
tldr: it looks like an initialization issue with Hermes but no version bump in changelog. |
@nmongiya I'm testing on Android for practical reason. Do you repro this crash on iOS as well? |
I can see a different version of hermes-android with the same version as RN but I can't find a package/build/changelog for that. |
The vertex buffer error is on the JS side and is not related to the RN version. It should happen with the web version as well. |
@CedricGuillemet Hello, mate! Any updates? Is anyone working on adding the support? 👀 |
Hi @dmitryshostak , I'm working on it ATM. no ETA yet. you can follow progress of this PR : #647 |
I've also been getting crashes on 0.73 when working on this PR: #654 I thought its something related to my PR thankfully its not, 0.75 works as expected. I've been getting the issue immediately after calling There have been some changes around this here: reactwg/react-native-new-architecture#160 maybe some fixes didn't get backported to 0.73? |
@okwasniewski yes, there is an issue open for it : #655 (comment) |
For questions, please use the forum.
Is your feature request related to a problem? Please describe.
React Native released version 74 in April and 75 on August 14, 2024. Can we please have support for that?
Describe the solution you'd like
I am not able to run the app with RN version 0.74.5, I want app to run with latest React Native version
Errors that I am receiving
It compiles fine but crashes at runtime with the following error
E terminating due to uncaught exception of type std::logic_error: Not implemented
A Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6035 (mqt_js), pid 5842 (xx.xx.xx)
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: