We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297cda7 commit e4ed0fdCopy full SHA for e4ed0fd
packages/react-native-web/src/modules/ScrollResponder/index.js
@@ -491,7 +491,7 @@ const ScrollResponderMixin = {
491
*
492
* The `keyboardWillShow` is called before input focus.
493
*/
494
- componentWillMount: function() {
+ UNSAFE_componentWillMount: function() {
495
this.keyboardWillOpenTo = null;
496
this.additionalScrollOffset = 0;
497
// this.addListenerOn(RCTDeviceEventEmitter, 'keyboardWillShow', this.scrollResponderKeyboardWillShow);
0 commit comments