react-native/Libraries/Components/Keyboard
Isak Dunér 770091f3c1 add null check for keyboardFrame variable in KeyboardAvoidingView component
Summary:
This is a critical change and should be pushed to stabel asap

The reason for the pull request is to prevent crashes that can occure if the function relativeKeyboardHeight(keyboardFrame: ScreenRect) got null as an input variable which sometimes does happen.
Closes https://github.com/facebook/react-native/pull/10287

Differential Revision: D3988359

Pulled By: bestander

fbshipit-source-id: 0d1052b590b2684907ea6f7d6b4fe9b89989d4dd
2016-10-08 20:28:42 -07:00
..
Keyboard.js no "window" in react native 2016-10-05 04:43:45 -07:00
KeyboardAvoidingView.js add null check for keyboardFrame variable in KeyboardAvoidingView component 2016-10-08 20:28:42 -07:00