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 92439ee commit ba55dd7Copy full SHA for ba55dd7
lib/KeyboardAwareHOC.js
@@ -2,7 +2,7 @@
2
3
import React from 'react'
4
import PropTypes from 'prop-types'
5
-import ReactNative, {
+import {
6
Keyboard,
7
Platform,
8
UIManager,
@@ -459,7 +459,7 @@ function KeyboardAwareHOC(
459
if (extraHeight === undefined) {
460
extraHeight = this.props.extraHeight
461
}
462
- const reactNode = ReactNative.findNodeHandle(nodeID)
+ const reactNode = findNodeHandle(nodeID)
463
this.scrollToFocusedInput(
464
reactNode,
465
extraHeight + this.props.extraScrollHeight,
0 commit comments