iddan / react-native-canvas

A Canvas component for React Native
MIT License
981 stars 172 forks source link

Disable overScroll for Android #307

Closed EndlezzCoding closed 1 year ago

EndlezzCoding commented 1 year ago

The overScroll stretch effect on Android 12+ will affect the Canvas when it is used to implement touch drawing.

iddan commented 1 year ago

Thank you!