necolas/react-native-web

ScrollView: implementation updates

necolas opened this issue · 5 comments

Need to remove legacy props and add support for:

  • scrollToEnd
  • animated scroll
  • sticky headers

Investigate pagingEnabled

@necolas is onMomentumScrollBegin supposed to work? If not I could image tackling that

https://www.webpackbin.com/bins/-KmQzsTmW19caKVtxf4w

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?