react-native-keyboard-avoiding-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-avoiding-scroll-view copied to clipboard

Deprecation error related to currentlyFocusedField in KeyboardAvoidingContainer.js

Open Haseeba393 opened this issue 3 years ago • 2 comments

I have installed the latest version and getting deprecation warning that currentlyFocusedField is deprecated use currentlyFocusedInput instead. So please change it according to it

Haseeba393 avatar Jun 30 '22 05:06 Haseeba393

You can write a patch if you wish .

KashifJavaid avatar Mar 29 '23 19:03 KashifJavaid

Made @fivecar/react-native-keyboard-avoiding-scrollview to:

  1. Get rid of the currentlyFocusedField error.
  2. Bring the library up to modern Typescript (e.g. for KeyboardAvoidingFlatList to use types correctly.

fivecar avatar Mar 11 '25 19:03 fivecar