-
Notifications
You must be signed in to change notification settings - Fork 2k
Add description about 'collapsible header' on sidebar. #231
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
Add description about 'collapsible header' on sidebar. #231
Conversation
|
Deploy preview for react-navigation ready! Built with commit 7697743 |
vonovak
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! Can you address the comments? Thanks.
docs/collapsible-header.md
Outdated
| sidebar_label: Collapsible header | ||
| --- | ||
|
|
||
| react-navigation-collapsible is a library and a `High Order Component` that adjusts your navigationOptions and makes your screen collapsible. |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
docs/collapsible-header.md
Outdated
| Install the react-navigation-collapsible package in your project: | ||
|
|
||
| ``` | ||
| npm install react-navigation-collapsible |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
docs/collapsible-header.md
Outdated
| contentContainerStyle={{ paddingTop: paddingHeight }} | ||
| scrollIndicatorInsets={{ top: paddingHeight }} | ||
| _mustAddThis={ scrollY } | ||
| onScroll={ onScroll } |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
Thanks for your review! |
|
I fixed it and pushed it again :) |
benevbright
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.
Done. Thanks.
|
thanks @benevbright! We'll probably make small changes to the community navigators section, so don't be surprised if the published docs look a little different. |
|
Absolutely! Thanks :) |
No description provided.