Releases: kyaroru/RNParallax
Releases · kyaroru/RNParallax
Version 1.1.4
- Update ReadMe with demo project https://github.com/kyaroru/TestParallax
- Merge PRs
Version 1.1.3
- Added
headerTitleStyle(by @stoneman1 )
Version 1.1.2
- Added containerStyle for outermost
- Added
scrollViewProps - Added
scrollViewStyle - Renamed original
containerStyletoinnerContainerStyle
Version 1.1.1
- Added
statusBarColorprop
Version 1.1.0
- Change title to accept string/component
- Added
alwaysShowTitle&alwaysShowNavBarproperty - Added status bar to display same color as navBarColor
- Change default
extraScrollHeightto 30 - Change default
headerMaxHeightto 170
Version 1.0.7
- Added contentContainerStyle & containerStyle
- Fix eslint issues
Version 1.0.6
- Allow background image PropTypes to be any
Version 1.0.5
- Code refactoring and update README
Version 1.0.4
- Added new property
headerMinHeight- allow user to specify minimum header height instead of locked to common nav bar height :p - Renamed
headerHeighttoheaderMaxHeight - Minor Code Refactoring :p
Version 1.0.3
- Added Scale for Background Image (After scroll to bottom & exceed headerHeight)
- Introduce 2 new property
extraScrollHeight&backgroundImageScale