wooterz-onboarding-swiper
Version:
wooterz app fork of Onboarding 0.0.5 for your React-Native App
37 lines (25 loc) • 1.04 kB
Markdown
## 0.5.0 (March 24, 2018)
* allow customization of image container styles
* fix several propTypes warnings
## 0.4.0 (February 23, 2018)
* 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`.
## 0.3.0 (October 18, 2017)
* Increase touchable Radius for Buttons
## 0.2.0 (October 16, 2017)
* Change name to `react-native-onboarding-swiper`
* Change from ScrollView to FlatList
* Add `skipLabel` prop
* Title and subtitle can be components
* Change `onEnd` to `onSkip` and `onDone`
* Remove check mark dot because it's not useful
* Adapt StatusBar color
* Refactor most of the internal components
## 0.1.1 (October 11, 2016)
* 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.
## 0.1.0 (October 10, 2016)
Initial release.