#191 still seems to be an issue on v.2.4.4 with React Native 0.63.3
As it stands, currentlyFocusedField still exists, but is deprecated, so the warning will always show.
This PR checks if the new currentlyFocusedInput exists first, and falls back to the deprecated currentlyFocusedField if it does not.
Also findNodeHandler does not exist. Should be findNodeHandle.
#191 still seems to be an issue on v.2.4.4 with React Native 0.63.3
As it stands, currentlyFocusedField still exists, but is deprecated, so the warning will always show. This PR checks if the new currentlyFocusedInput exists first, and falls back to the deprecated currentlyFocusedField if it does not.
Also
findNodeHandler
does not exist. Should befindNodeHandle
.