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

currentlyFocusedField => currentlyFocusedInput #449

Closed kangyunu closed 3 years ago

kangyunu commented 3 years ago

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

kangyunu commented 3 years ago

Sorry, There was a mistake.