-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
React Native 0.76.x #7915
Comments
+1 |
@ertugruldogan any solution? |
RN v0.76.1 or v0.76.2 I can get it resolved. |
@ertugruldogan are you solve RN V0.76.0 |
Not only react-native-navigation library but also many other libraries are currently incompatible. Error details are needed. I suggest you wait for 0.76.1 and 0.76.2. |
@ertugruldogan ok thank you |
@ertugruldogan |
Any updatrs? And are you looking into enabling the new arch now that is the default? |
this work with new arch |
The Solution for Android 0.76.1 |
ertugruldogan any updates for ios ? |
This is great stuff, everyone. We'll get to working on all of this soon, under #7941 |
The lack of activity on this (not even merging ready to go PRs when the project fails to compile for the last 2 RN releases) simply shows that Wix no longer considers RNN as a priority. We'll probably migrate to React Navigation as a result. |
Is react-native-navigation functioning correctly with React-native 0.76.3? I wasn’t able to make it work on a blank React-native 0.76.3 setup. |
#7905 previous topic 0.75.x
The Solution for Android 0.76.1
react-native-navigation\lib\android\app\src\main\java\com\reactnativenavigation\utils\ReactTypefaceUtils.java
react-native-navigation\lib\android\app\src\main\java\com\reactnativenavigation\utils\ReactViewGroup.kt
react-native-navigation\lib\android\app\src\main\java\com\reactnativenavigation\viewcontrollers\viewcontroller\LayoutDirectionApplier.kt
#7930
Hermes Enabled: libhermes_executor.so
Hermes Disabled: libjscexecutor.so
troubleshooting your mistakes
react-native-navigation\lib\android\app\src\main\java\com\reactnativenavigation\NavigationApplication.java
react-native-navigation\lib\android\app\src\reactNative71\java\com\reactnativenavigation\react\modal\ModalContentLayout.kt
react-native: 0.76.1
react-native-navigation: 7.40.3
java: 17
node: 22.5.1
gradle: 8.10
buildToolsVersion = "35.0.0"
minSdkVersion = 24 (react-native-community/discussions-and-proposals#802)
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.0.12077973"
kotlinVersion = "2.0.20"
android\gradle.properties
newArchEnabled=false RN 0.76.x by default, it comes true.
hermesEnabled=true
It has only been tested for Android.
Tasks
The text was updated successfully, but these errors were encountered: