Shopify / react-native-skia

High-performance React Native Graphics using Skia
https://shopify.github.io/react-native-skia
MIT License
6.85k stars 440 forks source link

fix(👋): deprecate onTouch property #2470

Closed wcandillon closed 3 months ago

wcandillon commented 3 months ago

Going forward Skia views are treated as regular React Native and therefore use the same gesture systems than regular views (gesture handler, gesture responder system).

We are also looking at improvements in the Skia infrastructure that wouldn't be able to support such property.