Getting Warning: 'keyboardShouldPersistTaps={true} is deprecated.'
See original GitHub issueI am playing round with GiftedForm and so far like this library a lot.
However, I get a warning message on the simulator stating that:
'keyboardShouldPersistTaps={true}' is deprecated. Use 'keyboardShouldPersistTAps="always" instead.
I am using:
"react-native": "0.40.0",
"react-native-gifted-form": "0.0.13",
Is there somewhere that I can override this property?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:9
Top Results From Across the Web
GiftedChat - Warining 'keyboardShouldPersistTabs={true}' is ...
In android emulator when i try to run the GiftedChat. it shows Warining 'keyboardShouldPersistTabs={true}' is deprecated. use ...
Read more >ScrollView · React Native
When true, the scroll view bounces vertically when it reaches the end even if the ... Determines whether the keyboard gets dismissed in...
Read more >types/react-native/index.d.ts - UNPKG
1029, * If `true`, allows TextInput to pass touch events to the parent component. 1030, * This allows components to be swipeable from...
Read more >Box.Scroll - Bumbag
keyboardShouldPersistTaps boolean | "always" | "never" | "handled" ... false, deprecated, use 'never' instead; true, deprecated, use 'always' instead ...
Read more >https://cdn.jsdelivr.net/npm/@types/react-native@0...
_Can also be called with a relativeNativeNodeHandle but is deprecated. ... instead * - true, deprecated, use 'always' instead */ keyboardShouldPersistTaps?:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issue. but the infamous @jagi is here. Meteor’s famous schema package writer 😄
‘keyboardShouldPersistTaps={true}’ is deprecated. Use ‘keyboardShouldPersistTaps=“always”’ instead
How to fix it?