- fix RTL
- use
useNativeDrive
for RN v0.62+
- add more props for special cases
- stable release (no changes)
- override default pages styles
- add
pageIndexCallback
to get the page index on change
- add props for title's styles
- fix font scaling for symbol buttons
- add some more props and re-work how the statusbar color gets reset to default
- iPhone X support (thanks to @nbolender)
- new props:
flatlistProps
andcontrolStatusBar
- fade-in animation for
Done
button
- allow customization of image container styles
- fix several propTypes warnings
- Listen to orientation changes and adjust content appropiatly
- Add animations between page chagnes
- Make buttons, dots etc. adjustable via a wide range of different props
- Change next arrow to text button
next
.
- Increase touchable Radius for Buttons
- Change name to
react-native-onboarding-swiper
- Change from ScrollView to FlatList
- Add
skipLabel
prop - Title and subtitle can be components
- Change
onEnd
toonSkip
andonDone
- Remove check mark dot because it's not useful
- Adapt StatusBar color
- Refactor most of the internal components
- Detect light background and adapt the text and controls to it.
- Allow to disable the bottom bar overlay via the
bottomOverlay
prop. - Allow to disable either of the skip, next, or done buttons.
Initial release.