react-native/React
Adam Comella 03edc75b56 iOS: Provide correct animation function for hiding keyboard
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
2016-05-13 15:43:22 -07:00
..
Base different coalescing key for `touchCancel` events 2016-05-12 08:11:24 -07:00
Executors Unify source map approach for RA bundles on iOS/Android 2016-04-29 10:16:22 -07:00
Layout Import css-layout measure mode changes from pull request #163 2016-04-12 07:02:29 -07:00
Modules iOS: Provide correct animation function for hiding keyboard 2016-05-13 15:43:22 -07:00
Profiler fix FPSGraph label setText not execute on main thread 2016-05-11 04:11:25 -07:00
React.xcodeproj Added native event emitter 2016-05-11 06:27:29 -07:00
Views RefreshControl on initial render will not beginRefresh when refreshing state is false 2016-05-13 14:43:26 -07:00