KeyboardAvoidingView bug on TransitionStart
See original GitHub issueDescription
Apparently due to the loss of focus on the screen, the KeyboardAvoidingView changes its state. See screenshots for more details. If I use event TransitionStart and call Keyboard.dismiss, then nothing happens while I swipe the screen. Is it possible to somehow solve this problem?
Screenshots

Package versions
{
"@react-navigation/native": "^5.9.4",
"react-native-screens": "^3.3.0",
"react": "17.0.1",
"react-native": "0.64.1"
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
KeyboardAvoidingView bug on TransitionStart
Did you know: You can turn off automatic updates under Devices in the footer? Unable to fetch module snackager-1/react-native-screens~native ...
Read more >react-native-screens
Apparently due to the loss of focus on the screen, the KeyboardAvoidingView changes its state. See screenshots for more details. If I use...
Read more >159.203.103.78/himanshutank/pinal-mobile-react-nat...
... InputAccessoryView(){return r(d[10])},get KeyboardAvoidingView(){return ... Agency",email:"info@flexible.agency"},bugs:{url:"https://github.com/flexible ...
Read more >react-native-screens
KeyboardAvoidingView bug on TransitionStart. heroandtn3. heroandtn3 CLOSED · Updated 1 year ago · [Android] App crashed reported by the Google Play Store.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I would like to achieve more correct work of
KeyboardAvoidingView. I think it’s the focus on the screen. WhentransitionStartstarts, the screen loses focus and the KeyboardAvoidingView transforms.I wish the
KeyboardAvoidingViewwas not responsive to transitionStart, like telegram (gif from telegram).@WoLewicki no, this not fix problem =/. The keyboard dismiss after when the screen comes back. With this fix, it began to seem more bugs 😔😔