You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to solve it by setting keyboardOpeningTime={Number.MAX_SAFE_INTEGER}, but it's just a workaround.
You saved our lives. Me and my pair friend spent a week for keyboards problems of react-native. We replaced the component for android problem but in IOS we spent too many for bouncing problem. God bless you! 🚀
Activity
jpamarohorta commentedon Jan 22, 2020
I'm having the same problem
louisholley commentedon Jan 31, 2020
have you got
scrollEnabled={false}
on the input? I took it off and it's working betterganesh-papola commentedon Feb 3, 2020
@louisholley well that should work but i need scroll enabled, so can't turn it off
thijs-qv commentedon Apr 8, 2020
Try replacing
with
inside
KeyboardAwareHOC.scrollToFocusedInput()
peterson79 commentedon Apr 13, 2020
@thijs-qv solution worked for me, thank you!
steve228uk commentedon Apr 15, 2020
Thanks @thijs-qv. Has a PR been submitted for this?
thijs-qv commentedon Apr 16, 2020
I've just submitted a PR. Not sure if this library is actively maintained though.
JoseLion commentedon Apr 22, 2020
I managed to solve it by setting
keyboardOpeningTime={Number.MAX_SAFE_INTEGER}
, but it's just a workaround.ntk0104 commentedon Jul 15, 2020
Thank you very much, you saved my day
serhiimahdiuk commentedon Jul 23, 2020
Solved! Thanks
cihanbas commentedon Aug 18, 2020
it is work for me
keremcubuk commentedon Jan 27, 2021
You saved our lives. Me and my pair friend spent a week for keyboards problems of react-native. We replaced the component for android problem but in IOS we spent too many for bouncing problem. God bless you! 🚀
mgwedd commentedon Mar 15, 2021
This also solved it for me. I'd like to know what the root cause is though and how to avoid it though.
14 remaining items