khldonAlkateeh

Results 3 issues of khldonAlkateeh

Inside a panned/zoomed `Animated.View `(Reanimated + RNGH), the YouTube player renders but doesn’t receive touches when its immediate wrapper `View ` uses `position: 'absolute'.` The same player inside a normal...

### Description https://github.com/user-attachments/assets/7bdc03a6-eaec-4df1-8ac7-8bfa2f3bd757 ``` ``` When an `Animated.View` (the blue box) inside another `Animated.View`(the green box) is absolutely positioned so that it goes outside the layout of its parent, it...

Platform: Android
Reproducible 🎉
Repro provided

### Description https://github.com/user-attachments/assets/0fe8b70d-77d7-4438-acc6-baeb399ba319 ```jsx ``` There is an Android-only touches limitation in react native that becomes visible when using Reanimated’s Animated.View Touch events are not delivered to children that are...

Platform: Android
API: Animated
Needs: Author Feedback
Needs: Repro