react-native-keyboard-avoiding-scroll-view
react-native-keyboard-avoiding-scroll-view copied to clipboard
ERROR <currentlyFocusedField is deprecated>
+1
Very similar to this issue: https://github.com/react-navigation/react-navigation/commit/35d6b9e3a4a28a59b3b11a67acbf7753d41705ae
Hi,
You can change it with currentlyFocusedInput() and create a patch with patch-package.
Hoping this will help...
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.