Skip to main content
Version: 1.0.x

Web support

react-native-sticky-parallax-header is supported in web projects built with react-native-web with 2 limitations:

  • "snap effect" props are not supported on web, because of lack support for momentum scroll events on react-native-web
  • using RefreshControl on web, can break sticky header layout, because web implementation is just stubbed and doubles ScrollView's margin/padding - check pull-to-refresh guide