FaridSafi/react-native-gifted-form

Getting Warning: 'keyboardShouldPersistTaps={true} is deprecated.'

bityogi opened this issue · 9 comments

I 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?

I have the same problem

'keyboardShouldPersistTaps={true}' is deprecated. Use 'keyboardShouldPersistTaps="always"' instead

How to fix it?

I'm getting this too

it was fixed in RN 0.39.2
remove the node_modules folder, then change file package.json : "react-native": "0.39.2"
Then run npm install

I have the same issue. but the infamous @jagi is here. Meteor's famous schema package writer :D

I'm using "react-native": "0.41.2" getting this message also? how can i fix this?

change your RN version to 0.39.2 in package.json file, then remove your node_modules folder in that RN project, open Nodejs command promt cd projectname -> npm install
It will be fixed

Should be fixed by #95.

I'm getting this warning using Expo's latest version (16.0)