-
Notifications
You must be signed in to change notification settings - Fork 24
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
touch issue android 14 #925
Comments
I’m experiencing the same issue on Android 13. When I use the ExternalDisplay component, some clickable components (such as TouchableOpacity and Icon) no longer respond or respond at a specific location. However, if I remove the ExternalDisplay view, everything functions as expected. |
did u find a solution for that? |
Unfortunately no ... |
Have you tried GestureHandlerRootView from react-native-gesture-handler? |
Tbh I just moved to the native side and registered a new root for the 2nd screen
|
Can you share the code for registering a new root? |
line 70 - line 80 change to line 57 <-> line 58 . you can fix touch issue. |
I have a problem where some components in the main screen are touchable and some cannot be clicked.
any luck with that?
The text was updated successfully, but these errors were encountered: