forked from d-a-n/react-native-modal-picker
-
Notifications
You must be signed in to change notification settings - Fork 130
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
I can _almost_ custom every styles #19
Comments
That's a useful proposal, and I believe one of the other threads may have touched on that. Please submit a PR and one of us will merge it. Remember to update the Readme so others know how to use it. |
Please, update version in npm |
Published v0.0.18 to npm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I choose your plugin because it's easily customisable, but I needed to custom the options wrapper and there is no such prop for that.
I replaced (with the "propTypes" and "defaultProps"):
{styles.optionContainer}
by:
{[styles.optionContainer, this.props.optionContainerStyle]}
My question is:
can you please add this feature?
Thanks in advance
P.S: Maybe two
this.props.optionFirstStyle
andthis.props.optionLastStyle
could also be interesting (eg: remove last option borderBottom).The text was updated successfully, but these errors were encountered: