RNParallax
RNParallax copied to clipboard
A react native scroll view component with Parallax header :p
If you're interested in adding some validation for the types, I can help set that up but it would require adding `react`, `react-native`, and `typescript` as dev dependencies which I...
Hello, It seems I'm not able to apply an overlay to the background image. As I'm using an image with a lot of white and I do not want to...
Hey guy! Can you tell me : How to cal current header height after scrool up or down? I need it to cal some size of another item in screen:(...
Added the below props:- headerStyle, headerContent, statusBarStyle and statusBarTranslucent Fixed existing issues on:- 1. limited scrollable and pulled to refresh areas 2. hidden refreshControl loading indicator when pulled to refresh.
Hello, I am using [this](https://github.com/ptomasroos/react-native-scrollable-tab-view) library via renderContent prop, its perfectly working on iOS, but not on android despite scrollenabled=false This is my using order: ``` const renderContent = ()...
I want add refreshControl with react native, but when i surround ReactNativeParallaxHeader with scrollView the parallax effect is not working! can anyone help!?
I need to automate scroll to certain y position. Then i use scrollToOffset function from FlatList. but it doesnt work in here. So is there any other way to do...
Can we have an option to get FlatList instead of ScrollView for Items, to get the performant scroll on large content
Hello mate! Please add types for this awesome component! Thanks in advance 👍
I'm trying to make this background header clickable breaking my head off and I couldn't achieve it, at least in Android, haven't tested in iOS yet, but i need to...