-
Notifications
You must be signed in to change notification settings - Fork 9
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
verticalOffset prop #2
Conversation
Adds verticalOffset prop to fix bug with react-navigation header.
src/index.js
Outdated
let { children, backgroundColor } = this.props; | ||
let { children, backgroundColor, verticalOffset } = this.props; | ||
|
||
//adds verticalOffset prop to bottom |
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.
Could you remove the comment? coz the name of the variable already explained its usage.
Could you please also update the doc? |
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.
Deleted comment in file.
Co-Authored-By: AlexisJamin <[email protected]>
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.
Added @JelteF work.
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.
!== ok
Updated doc with verticalOffset prop.
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.
Updated Readme with verticalOffset prop.
Adds verticalOffset prop to fix bug with react-navigation header.