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

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

findNodeHandle is deprecated in StrictMode #572

Open Dennise89 opened 8 months ago

Dennise89 commented 8 months ago

I just installed this package and it works, thanks for that.

I do get a warning though. Warning: findNodeHandle is deprecated in StrictMode. findNodeHandle was passed an instance of ScrollView which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node

Is this a known bug and fixable?