mybigday / react-native-external-display

React Native view renderer in External Display
MIT License
213 stars 22 forks source link

touch issue android 14 #925

Open Feras532 opened 2 weeks ago

Feras532 commented 2 weeks ago

I have a problem where some components in the main screen are touchable and some cannot be clicked. any luck with that?

image

Feras532 commented 2 weeks ago

Also it logged this image

I dunno if it is related to the problem.

Assume I have a calculated with that map numbers from 0 to 9 and each digit is wrapped in a . some numbers can be clicked and some cannot.

eTryp commented 1 day ago

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.