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

Parallax scroll view for react-native

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

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

How to scroll the Scrollable Component using innerRef or another way through code. I want to scroll up through code. Can anyone help with this?

Hello, How can i hide scrollbar indicator on scroll? I have this annoying scroll bar on my android phone. How can it be hidden? On scrollView i can easily use...

``` _ref = ref => { if (typeof this.props.innerRef === 'function' && ref && ref._component) { this.props.innerRef(ref._component); } }; ``` I believe this function doesn't work anymore on the newest...

### Issue details Flatlist inside ParallaxScroll is not working ### Steps to reproduce I hope inset Flatlist in ParallaxScroll renderParallaxBackground but, that is not scroll. how to solve this problem?...

# Problem Couldn't use `innerRef` object at least RN 60. For example, `ref.current.scrollTo({ y: 1000 })` does not work. ```tsx const App = () => { const ref = React.useRef()...

![image](https://user-images.githubusercontent.com/17704519/67146191-0e76ea80-f25f-11e9-8099-a744ead67646.png)

### Issue details Using `` displays just a white empty screen ### Steps to reproduce Embracing `` in `` causes white screen ### Please specify which versions of the RN...

I needed to get the onHeaderFixed events without a header actually being displayed, so I've added a headerWrapperStyle param that is merged with the current styles, allowing for greater control...

I've experienced that none of my pointerEvents are firing close to my fixed header after the Parallax foreground had been collapsed. When using the inspector I found that the entire...