APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.27k stars 646 forks source link

Remove deprecated getNode method #427

Closed gustavorodarte closed 3 years ago

gustavorodarte commented 4 years ago

In react native 0.62 the method getNode is deprecated, and throw a warning when used.

https://github.com/facebook/react-native/commit/66e72bb4e00aafbcb9f450ed5db261d98f99f82a

slorber commented 3 years ago

Superseded by https://github.com/APSL/react-native-keyboard-aware-scroll-view/pull/484