callstack / callstack/react-native-pager-view
[iOS] Interactive keyboardDismissMode shows a white space in place of keyboard
- Dominant language
- TypeScript
- Stars
- 3.4k
- Forks
- 476
- Avg merge
- 10d 21h
- Merged PRs (30d)
- 2
Description
## Environment
- The example app on master branch
## Description
Scrolling on list with `keyboardDismissMode` set to `interactive` seems to render a white view that goes under keyboard and it stays on as the keyboard is being dismissed, it only goes away after keyboard fully dismissed
## Reproducible Recording
https://github.com/user-attachments/assets/f98c56cc-723b-4883-b557-dbce88fb4f83
## Reproducible Demo
Its reproducible with example app by adding keyboardDismissMode prop to this [Chat's](https://github.com/callstack/react-native-pager-view/blob/master/example/src/tabView/Shared/Chat.tsx) component set to interactive
Contributor guide
Assessment
This issue has not been assessed yet.