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

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
https://www.npmjs.com/package/@codler/react-native-keyboard-aware-scroll-view
38 stars 16 forks source link

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

Closed patricktan98 closed 3 years ago

patricktan98 commented 3 years ago

In below environment: react-native-keyboard-aware-scroll-view:1.0.1 react-native:0.63.3 native-base:2.15.1

The warning still persisted although version 1.0.1 was rolled out. image

arunpugahz commented 3 years ago

Facing same issue