Need to remove legacy props and add support for:
Investigate pagingEnabled
@necolas is onMomentumScrollBegin supposed to work? If not I could image tackling that
No, it was an iOS-specific property that has been removed from the latest version of RN: http://facebook.github.io/react-native/releases/0.45/docs/scrollview.html
Anyone working on scrollToEnd()? Would be extremely useful and if not I could try to tackle it.
@necolas ,when the sticky headers is supported? Now my project use the stickyHeaderIndices props, but the react-native-web is not docked to the top of the screen.
Any elegant workarounds in the meantime for the stickyHeaderIndices issue?
Most helpful comment
@necolas ,when the sticky headers is supported? Now my project use the stickyHeaderIndices props, but the react-native-web is not docked to the top of the screen.