-
Notifications
You must be signed in to change notification settings - Fork 373
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
keyboardShouldPersistTaps={true} #48
Comments
Not an ideal solution but I rolled back RN to v.0.39.2. |
It's just a warning about function deprecated prop. I create a PR for that. #49 |
It would be nice to get this rolled into the code, to remove the warning for those of us on React Native 0.42. Does this deprecated prop currently cause any issues? True and false are still listed on the docs, but are listed as deprecated: |
@jawinn Besides a Warning, no issues |
change the index.js in react-native-modal-picker line 134 : |
This RN deprecation was done quite badly IMHO. If The app code will now have to detect which version of RN is running and pass different values. |
* add passThruProps prop for container View and options' TouchableOpacity. * may be used to pass through testId or any desired custom prop. * update README props section.
Issue Description
Steps to Reproduce / Code Snippets
Load a basic app with react-native-modal-picker and react-native 0.42
Expected Results
no warning
Additional Information
React Native version: ^0.42.0
react-native-modal-picker version: ^0.0.16
Platform(s) (iOS, Android, or both?): iOS
The text was updated successfully, but these errors were encountered: