-
Notifications
You must be signed in to change notification settings - Fork 476
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
chore(mobile): Update to React-Native 0.77 #4811
base: dev
Are you sure you want to change the base?
Conversation
Branch preview✅ Deploy successful! Storybook: |
updateTouchDelegate() | ||
} | ||
|
||
- override fun onInterceptTouchEvent(ev: MotionEvent?): Boolean { |
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.
This patch is necessary to compile on Android. I've opened a PR in the react-native-menu repo: react-native-menu/menu#1022
Once it gets merged we can remove this patch.
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.
@compojoom looks like it was merged.
Coverage (52%)
|
What it solves
I'm investigating bugs with React-Native on Android and wanted to see if they will be resolved by updating to the latest React-Native version. Sadly they were not resolved, but we should use the latest react-native version anyway.
Checklist