mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-22 08:48:39 +00:00
* Add `onScroll` callback for iOS & Android This code was mostly extracted from https://github.com/react-native-community/react-native-webview/pull/202 I tried and tried to make it work with `Animated.event`'s `useNativeDriver`, but I was unsuccessful 😢 that'll have to be done later once I understand better how Animated's native stuff is hooked up. * fix crash for missing onScroll