-
Notifications
You must be signed in to change notification settings - Fork 734
Feat/ColorPicker updates #614
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
…/ColorPicker_updates # Conflicts: # src/components/colorPicker/ColorPalette.js # src/components/dateTimePicker/index.js
/** | ||
* The container margins | ||
*/ | ||
containerMargins: PropTypes.number, |
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.
Is this for our tablet margins?
can't we accomplish this with containerStyle?
with TabController.TabBar i used the containerStyle for the tablet margins..
I think it will be better than defining one-app specific props
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.
How did you extract the margins if, say, user passed 'marginLeft', 'marginRight', 'marginHorizontal', as opposed to 'margins'? Did you check each separately to determine the container width?
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.
Changed containerMargins to containerWidth.
No description provided.