Incorrect first frame when using KeyboardAvoidingView
/KeyboardStickyView+offset
and keyboard gets resized
#315
Labels
🤖 android
Android specific
🐛 bug
Something isn't working
📚 components
Anything related to the exported components of this library
KeyboardAvoidingView 🧪
Anything related to KeyboardAvoidingView component
KeyboardStickyView 🩹
Anything related to KeyboardStickyView component
Describe the bug
Incorrect first frame when using
KeyboardAvoidingView
/KeyboardStickyView
and keyboard gets resizedCode snippet
Reproducible in example app.
Repo for reproducing
Reproducible in example app.
To Reproduce
Steps to reproduce the behavior:
KeyboardAvoidingView
/KeyboardStickyView
example screensExpected behavior
Animation should start from current/last position.
Screenshots
resize-jump.mp4
Smartphone (please complete the following information):
Additional context
It happens because
progress
becomes0.7
instead of 1, and because of that we see initial jump.The text was updated successfully, but these errors were encountered: