-
Notifications
You must be signed in to change notification settings - Fork 374
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
Issue with PropTypes.array #80
Comments
still not work for me |
What error did you get? |
Please add soon! |
This repo is no longer mantained. You should therefore use the fork peacechen/react-native-modal-selector instead, which have fixed this and other issues. |
lvojnovic
added a commit
to lvojnovic/react-native-modal-picker
that referenced
this issue
Feb 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I received an error about undefined is not an object (evaluating propTypes.array).
I fixed it by changing the following in the react-native-modal-picker/index.js:
To:
Which works perfectly.
It seems that prop-types is a separate module in react-native, so no longer being imported from react itself.
The text was updated successfully, but these errors were encountered: