FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

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

Closed bityogi closed 7 years ago

bityogi commented 7 years ago

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?

lukejagodzinski commented 7 years ago

I have the same problem

moxun33 commented 7 years ago

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

How to fix it?

garmjs commented 7 years ago

I'm getting this too

tungpt92 commented 7 years ago

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

kaiyes commented 7 years ago

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

chanlito commented 7 years ago

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

tungpt92 commented 7 years ago

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

cooperka commented 7 years ago

Should be fixed by https://github.com/FaridSafi/react-native-gifted-form/pull/95.

acomito commented 7 years ago

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