-
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
keyboardShouldPersisTaps={true} is deprecated, use keyboardShouldPersisTaps="always" instead #58
Comments
As I wrote in another issue, this issue has four open PRs (#32, #40, #49, #52) that all does the same thing: appends But since this repo is no longer maintained, you are better of forking it yourself and applying the PR-s that looks good, or use one of the 119 forks that already exists (many of them have done good progress). UPDATE: Use |
Thanks @mikaello for your reply! Using one of the updated forks now. |
It would be better to allow the parent to pass the prop |
PR #62 adds prop Until dan merges, you can use my fork with this commit:
That also includes PR #37 |
@peacechen Thanks, but using your PR throws me a warning from yarn: Warning: Installed version 0.0.16 of 'react-native-modal-picker' does not satisfy required version peacechen/react-native-modal-picker#keyboardShouldPersistTaps_prop |
@NhatAnh you should be able to ignore that warning. Looks like a problem with the parsing of the version from package.json if the url has a Someone else reported the same warning on yarn: |
Thx for this issue, i was searching for a solution too. :) |
You may want to try react-native-modal-selector which is the official continuation of this abandoned project. |
Getting the warning: "keyboardShouldPersisTaps={true} is deprecated, use keyboardShouldPersisTaps="always" instead"
react-native: "0.44.0"
react-native-modal-picker: "0.0.16"
Thanks a lot for this awesome plugin 👍
The text was updated successfully, but these errors were encountered: