Closed
Description
Environment
Environment:
OS: macOS High Sierra 10.13.4
Node: 8.9.3
Yarn: 1.7.0
npm: 5.8.0
Watchman: 4.9.0
Xcode: Xcode 9.4 Build version 9F1027a
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.4.0 => 16.4.0
react-native: 0.55.4 => 0.55.4
Description
Have a TextInput element inside a ScrollView element.
Steps to Reproduce
- Tap the TextInput but don't lift the finger.
- Drag the ScrollView a bit.
- Lift the finger, after the ScrollView has been dragged.
Expected Behavior
When finished dragging the TextInput should not still hold focus, and the keyboard should not show up.
Actual Behavior
When finished dragging, the keyboard will show up.