react-native-webview/src
Jared Forsyth e4c8dab2ae feat(onScroll): Add `onScroll` callback for iOS & Android (#516)
* 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
2019-05-17 00:27:16 +02:00
..
__tests__ feat(typescript): Source code rewrite using typescript (#425) 2019-03-20 12:35:13 +00:00
WebView.android.tsx feat(fullscreen videos): Support fullscreen video on Android (#325) 2019-05-17 00:22:08 +02:00
WebView.ios.tsx feat(onScroll): Add `onScroll` callback for iOS & Android (#516) 2019-05-17 00:27:16 +02:00
WebView.styles.ts fix(styles): Removes hard-coded container white backgroundColor (#478) 2019-04-04 19:44:01 +02:00
WebView.tsx feat(typescript): Source code rewrite using typescript (#425) 2019-03-20 12:35:13 +00:00
WebViewShared.tsx feat(android): fix overflow issues and match iOS default renders (#472) 2019-04-02 16:05:56 +02:00
WebViewTypes.ts feat(onScroll): Add `onScroll` callback for iOS & Android (#516) 2019-05-17 00:27:16 +02:00