React Native: Animate shrinking header with tabs

前端 未结 2 1526
不思量自难忘°
不思量自难忘° 2021-01-31 19:16

Goal

Im trying to create a view with an animated shrinking header with a tabview that contains tabs with scrolling content. See Image.

Setup

I\'m us

2条回答
  •  -上瘾入骨i
    2021-01-31 19:51

    I managed to implement this with Animated.diffClamp - you can check out the code here. I've written an article explaining the code more in detail here

    *I'm using the native-base package for UI components (to simplify UI code), but the animation interpolations/definitions are the same with or without it.

提交回复
热议问题