react-native-keyboard-spacer icon indicating copy to clipboard operation
react-native-keyboard-spacer copied to clipboard

Do not animate layout if keyboard state is not changed.

Open datso opened this issue 8 years ago • 4 comments
trafficstars

I've found that closing a modal cause keyboard to open and then immediately hide, which causes multiple calls of resetKeyboardSpace function, and this causes an error: Warning: Overriding previous layout animation

Which affects Modal somehow, because it could not be hidden after this warning.

datso avatar Oct 23 '17 13:10 datso

I am still getting this warning. Is there a way that hide this in the production version?

cyb3rsalih avatar Sep 27 '18 20:09 cyb3rsalih

This pull request fixed the "Warning: Overriding previous layout animation..." issue.

szilarddoro avatar Feb 04 '19 12:02 szilarddoro

same issue

agestaun avatar Jul 22 '22 11:07 agestaun

Getting this warning on latest package.

abhishrek avatar Aug 21 '22 08:08 abhishrek