backgroundColor
property now has style priority overstyles
property.backgroundColor
now also changesstyle
besidesListFooterComponentStyle
to support iOSbounces
, its overscroll mode to pull-to-refresh.
- Removed the default
bounces={false}
property. It's a iOS option only and if it's false it won't enable RefreshControl on iOS for some reason.
- Removed
flatList
property. It now always usesFlatList
instead ofScrollView
, to support common cases when wrapping another VirualList component (FlatList, SectionList). - Removed wrapping
<View>
inListFooterComponent
, now wrapped by a Fragment. Its styles were moved toListFooterComponentStyle
. - Removed
viewStyle
. You should now use the defaultstyle
.
- Added export of
PageScrollViewProps
- Changed
ListFooterComponent
from a function to component, when usingflatList
prop.
- Added
flatList
prop, to useFlatList
instead ofScrollView
, as RN will complain when having a ScrollView wrapping a VirtualList.
- backgroundColor with priority over viewStyle only if defined.
- backgroundColor with priority over viewStyle.
- Added
keyboardShouldPersistTaps='handled'
- Added GitHub Action to auto publish to npm
- Updated npm README
- Release
- Project started