0.0.2 • Published 6 years ago
react-native-footer-spinner-list v0.0.2
react-native-footer-spinner-list
react-native-footer-spinner-list shows footer spinner whenever
onEndReachedis triggered. By default, the spinner will be platform specific one created by<ActivityIndicator />in react-native. You can also change the spinner by assigningListFooterComponentjust like usingFlatList.react-native-footer-spinner-list won't expose the spinner if
onEndReachedis not provided oronEndReachedis ended (both synchronous and asynchronous).


props
| props | type | required | explanation |
|---|---|---|---|
| footerSpinnerStyle | object, StyleProp | x | This style prop is used for default ActivityIndicator. If you want to change AcitivityIndicator props, not style, use ListFooterComponent props in react-native-footer-spinner-list instead. |
| footerSpinnerContainerStyle | object, StyleProp | x | This style prop is used for container of default ActivityIndicator. For instance, if you want to change the height of footer spinner container, footerSpinnerContainerStyle={{ height: 100 }} |
0.0.2
6 years ago
0.0.1-beta.3
6 years ago
0.0.1-beta.2
6 years ago
0.0.1-beta.1
6 years ago
0.0.1-beta.0
6 years ago
0.0.1
6 years ago