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 103 react-native-parallax-scroll-view issues
Sort by recently updated
recently updated
newest added

The title is not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license) The extension helps with the display of the...

When the ParallaxScrollView is used as the ScrollComponent inside a ListView the content height (scrollable area) doesn't seem to grow beyond 1525 pixels, regardless of the size of the datasource....

If you have an absolutely positioned FAB Button in my ListView content that overlays the parallax foreground using negative absolute positioning. This works fine. However, when I add a sticky...

I was wondering that it will be great to have an option to fade in the sticky header. Or maybe do a totally abstract way for the animations. In my...

If we'd like to use the parallax scroll view as a grid, a basic example can be seen at [this SO question](http://stackoverflow.com/questions/29394297/listview-grid-in-react-native), the style is not applied. I believe the...

Hey I've noticed when scrolling down, a gap appears between the header background and the content. I've made a gif to demonstrate. [Gif](http://addj.am/3d0u2q2r0F2E) Code is pretty much the non-list example...

#### Steps In ListView `Talk.js` wrap foreground's `Image` in a `TouchableOpacity` like this: ``` javascript renderForeground={() => ( { AlertIOS.alert('Foreground Clicked!') }}> ... ``` Build and run the modified code,...

**NOT READY FOR REVIEW** I have not tested this yet. Converting to TypeScript since it becomes a lot easier to code and simple catch bugs. In this PR, I have:...

I needed my sticky header to appear after a certain point and have the fixed header overlay it. I'm sharing this in case anyone else wants to do the same...

Hi @i6mi6 , I'm facing one issue, I suddenly started to appear, there is no change in code or library version .. it is crashing on iOS only, help would...