mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
03edc75b56
Summary: Currently, `7 << 16` is used as the animation easing function for both the showing and hiding of the keyboard. Instead, `7 << 16` should be used for showing the keyboard and `6 << 16` for hiding the keyboard. For details, see: http://stackoverflow.com/questions/18870447/how-to-use-the-default-ios7-uianimation-curve/19439283#19439283 **Test plan (required)** Testing animating the position of a view to coordinate with the keyboard hiding and showing and it looks good. Adam Comella Microsoft Corp. Closes https://github.com/facebook/react-native/pull/7372 Differential Revision: D3300464 Pulled By: nicklockwood fbshipit-source-id: 3fdc161f709de11deb7de511aad28767f5d80bd6