-
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
Fix kotlin
build issues with react native 73.x
#7831
Fix kotlin
build issues with react native 73.x
#7831
Conversation
Any status on release for this? |
Tests are failing, I'll try to fix the tests this weekend |
Thanks, i did a PR as well (with test failing, what a surprise haha), with a bit more changes to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - 😃
10593c5
to
034f02e
Compare
Hi @asafkorem @d4vidi @yogevbd If not could you please provide some assistance here so that we can make progress on this PR :) Thank you |
Otherwise we get errors like this : ``` e: file:///private/tmp/nix-build-status-mobile-build-nightly-android.drv-1/node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/topbar/button/ButtonPresenter.kt:196:21 'onInitializeAccessibilityNodeInfo' overrides nothing e: file:///private/tmp/nix-build-status-mobile-build-nightly-android.drv-1/node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/topbar/button/ButtonPresenter.kt:200:65 Type mismatch: inferred type is View? but View was expected e: file:///private/tmp/nix-build-status-mobile-build-nightly-android.drv-1/node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/topbar/button/ButtonPresenter.kt:200:71 Type mismatch: inferred type is AccessibilityNodeInfoCompat? but AccessibilityNodeInfoCompat was expected ```
These upgrades are needed to deal get playground app to work with java 17
034f02e
to
b8e666a
Compare
closing in favour of #7864 |
In this PR we do the following :
react-native-navigation
uses java 17 which is needed by react-native 0.73.1gradle
task:react-native-navigation:compileReactNative71DebugKotlin
fixes #7819
relevant patch in status-mobile repo : https://github.com/status-im/status-mobile/pull/18496/files#diff-b3d31b1df4cceb663a7dba96bcc3ea45686afe2208d7945b6e7e269067d753fbR100-R106