Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make this work with header Large Title #426

Open
NoureldinAmer opened this issue Jun 24, 2024 · 1 comment
Open

How to make this work with header Large Title #426

NoureldinAmer opened this issue Jun 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@NoureldinAmer
Copy link

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,
    }}
/>
@NoureldinAmer NoureldinAmer added the question Further information is requested label Jun 24, 2024
@alextbogdanov
Copy link

Following

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants