ScrollView's KeyboardDismissMode= 'on-drag' doesn't work with KeyboardAvoidingView #20540
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Environment
Environment:
OS: Windows 10
Node: 10.0.0
Yarn: 1.6.0
npm: 6.0.0
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.1.0.0 AI-173.4720617
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.4 => 0.55.4
Description
When Using KeyboardAvoidngView with ScrollView's
keyboardDismissMode= 'on-drag'
, the keyboard gets dismissed when clicking on an input field at the bottom of the screen. When clicking on the last input field within the ScrollView, the keyboard can't even be accessed because the View moving out of the way of the keyboard is being considered a drag.Reproducible Demo
The text was updated successfully, but these errors were encountered: