Open NoureldinAmer opened 5 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?
headerLargeTitle: true
<Stack.Screen name="mvoies" options={{ title: "Movies", headerLargeTitle: true, headerShadowVisible: false, headerLargeTitleShadowVisible: false, }} />
Following
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?