-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Description
When any keyboard key is pressed while ScrollView scrolls (swipe/pan/momentum) a key won't depress until:
- you press another key (the pressed key will get stuck instead of the prev. key);
ScrollViewstops scrolling'
This gif shows this bug when using FlatList:
<KeyboardAvoidingView ...>
<FlatList ...>
<TextInput ...>
</KeyboardAvoidingView>
Reproduction
- Focus on the input to open a keyboard
- Scroll the
ScrollView - While there is a momentum scrolling press any keyboard key
- You'll see this bug
- You can pan/scroll the
ScrollViewinfinitely and the key won't depress until theScrollViewstops scrolling
https://sketch.expo.io/B1JIYaynx
Additional Information
- React Native version: 0.43
- Platform: iOS
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
