react-native-parallax-scroll-view
Advanced tools
Changelog
0.18.1
style
(#23)Changelog
0.18.0 (Compatibility with React Native 0.20.0)
ParallaxScrollView#scrollWithoutAnimationTo
since this has been deprecated in React Native. If you used this method previously, use scrollTo
instead.ParallaxScrollView#getScrollableNode
method, which is required in React Native 0.20.0 for components implementing
ScrollView
interface.