react-native-parallax-scroll-view icon indicating copy to clipboard operation
react-native-parallax-scroll-view copied to clipboard

A ScrollView-like component with parallax and sticky header support.

Results 100 react-native-parallax-scroll-view issues
Sort by recently updated
recently updated
newest added

### Platforms affected All ### What does this PR do? RN 0.68 has deprecated and will eventually remove `ViewPropTypes` ([see post](https://github.com/facebook/react-native/issues/21342)). This adds the `deprecated-react-native-prop-types` package and uses that instead....

I am trying to use this library in my project but it's not working as shown in example after react native updated version. Previously it was working as expected. can...

When I type something in TextInput the keyboard automatically closes, has anyone solved this problem? ``` import { KeyboardAwareScrollView } from "react-native-keyboard-aware-scroll-view"; import ParallaxScrollView from "react-native-parallax-scroll-view"; const AnimatedCustomScrollView = Animated.createAnimatedComponent(KeyboardAwareScrollView)...

The animation of the background overlaps the status bar provoking this weird thing ![Screen Shot 2019-07-02 at 5 40 19 PM](https://user-images.githubusercontent.com/9849229/60545041-7cb79180-9cf0-11e9-9ead-8a80c153e0e3.png) How can I preven this from happening

On React-Native 0.63^, scrollTo method is not available while using parallaxscrollview, due to this bug scrolling behaviour control is not possible.

Touchable items in the foreground are currently blocked when they are positioned over the sticky header. This change animates the sticky header to move it out of the way before...

It is possible to disable animation and fade to StickyHeader? My code: ``` ( )} renderForeground={() => ( )} > ```

Hi, i put image slider in renderBackground, but does not work, i think all touchable component does not work with renderBackground (event click...) Any solution ? Thank you

Hi, I tried to use this lib in a native widget that I am working on. Tried to use the code from "basic usage" and am getting the error -...

when i scroll up on Press event not call but when i scroll down it working