Skip to content

this is a component of scrollView that it's inner view items are loaded auto

Notifications You must be signed in to change notification settings

kobe990/react-native-lazyLoad-scrollView

Repository files navigation

react-native-lazyLoad-scrollView

  • This is a component of scrollView that it's inner view items are loaded auto.
  • This component is based on the origin react-native component.
  • When the component is rendered initially, it will load some data. When you scroll to the bottom, it will load another data.
  • in the source code, we use the local file with .json as extension to mock server response data. You can use 'fetch' api instead of the mock approach in practice

About

this is a component of scrollView that it's inner view items are loaded auto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published