Open EliseiNicolae opened 2 years ago
It is possible to disable animation and fade to StickyHeader?
My code:
<ParallaxScrollView fadeOutForeground parallaxHeaderHeight={400} stickyHeaderHeight={Platform.OS === 'ios' ? 130 : 96} renderStickyHeader={() => ( <HeaderSticky /> )} renderForeground={() => ( <HeaderBackground /> )} > <View style={styles.container}> <Content /> </View> </ParallaxScrollView>
It is possible to disable animation and fade to StickyHeader?
My code: