PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
884 stars 173 forks source link

How to make this work with header Large Title #426

Open NoureldinAmer opened 4 months ago

NoureldinAmer commented 4 months ago

Instead of having a custom header, I want the Flatlist to work with React Native Navigation headerLargeTitle: true to smoothly transition between large and small header as user scrolls. Is this possible?

<Stack.Screen
    name="mvoies"
    options={{
      title: "Movies",
      headerLargeTitle: true,
      headerShadowVisible: false,
      headerLargeTitleShadowVisible: false,
    }}
/>
alextbogdanov commented 1 month ago

Following