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

Can you please just replace currentlyFocusedField with currentlyFocusedInput? #469

Open SupaMario123 opened 3 years ago

SupaMario123 commented 3 years ago

I like your package a lot! Can you please just replace the currentlyFocusedField with currentlyFocusedInput, so the Warning will disappear. Thank You very much!

Here the log:

currentlyFocusedField is deprecated and will be removed in a future release. Use currentlyFocusedInput

patricktan98 commented 3 years ago

Any temporary patches available to resolve this issue?

robertwt7 commented 3 years ago

This would be very helpful :(

slushman commented 3 years ago

Duplicate of: https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/440

I'm not seeing a PR for the changes mentioned in that thread though.