Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

How to animate header with an image with react-native?

$
0
0

Is that possible to make animate profile Image exactly as telegram profile animation with react-native?

const realWidth = height > width ? width : height;const headerMaxHeight = realWidth;const headerMidHeight = 150;const headerMinHeight = 50;const headerHeight = scrollY.interpolate({        inputRange: [0, 300],        outputRange: [headerMaxHeight, headerMinHeight-5],        extrapolate: 'clamp',    });<Animated.ScrollView onScroll={Animated.event([{ nativeEvent: { contentOffset: { y: scrollY } } }], { useNativeDriver: false })} style={{ flex: 1 }}></Animated.ScrollView>

You can See the video demo here as well


Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>