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
containerStyle
toinnerContainerStyle
Version 1.1.1
- Added
statusBarColor
prop
Version 1.1.0
- Change title to accept string/component
- Added
alwaysShowTitle
&alwaysShowNavBar
property - Added status bar to display same color as navBarColor
- Change default
extraScrollHeight
to 30 - Change default
headerMaxHeight
to 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
headerHeight
toheaderMaxHeight
- 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