react-native-keyboard-avoiding-scroll-view
react-native-keyboard-avoiding-scroll-view copied to clipboard
Deprecation error related to currentlyFocusedField in KeyboardAvoidingContainer.js
I have installed the latest version and getting deprecation warning that currentlyFocusedField is deprecated use currentlyFocusedInput instead. So please change it according to it
You can write a patch if you wish .
Made @fivecar/react-native-keyboard-avoiding-scrollview to:
- Get rid of the
currentlyFocusedFielderror. - Bring the library up to modern Typescript (e.g. for
KeyboardAvoidingFlatListto use types correctly.