-
Notifications
You must be signed in to change notification settings - Fork 2k
Update material-top-tab-navigator.md #1236
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
Conversation
Adding "overScrollMode" prob to the Tab-Navigator removes and setting to "false" removes the overScrollMode animation in Andriod. I think Should be added in the docs.
✅ Deploy Preview for react-navigation-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
Thanks for creating this PR. However, this prop is not added in typescript types so if you want to add this behavior to docs then you would also need to update the types. |
a2a5d9e to
fcb5e31
Compare
65c6448 to
df873a5
Compare
a739841 to
35a6db3
Compare
7dbaa57 to
9e2af9d
Compare
satya164
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR
✅ Deploy Preview for react-navigation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Adding "overScrollMode" prob to the Tab-Navigator and setting to "never" removes the overScrollMode animation in Andriod. I think Should be added in the docs.