Open ghost opened 6 years ago
I set the width of the background image to the width of the screen, but left a blank on the right. I tried to use the screen Width + 1 blank to disappear
<ParallaxScroll renderHeader={({animatedValue}) => this._renderHeader()} headerHeight={64} parallaxHeight={BG_HEIGHT} isHeaderFixed={true} headerFixedBackgroundColor={'#fff'} renderParallaxBackground={({animatedValue}) => <ImageBackground style={{width: screenWidth, height: BG_HEIGHT}} source={require('../../images/temp/designerbox1.jpg')}/>}> <View style={{height: 1900}}> </View> </ParallaxScroll>
Issue details
Steps to reproduce
I set the width of the background image to the width of the screen, but left a blank on the right. I tried to use the screen Width + 1 blank to disappear
Please specify which versions of the RN and ParallaxScroll
Affected platforms
Screenshots / Screencast / Code Snippets (Optional)