react-native-keyboard-accessory
react-native-keyboard-accessory copied to clipboard
Content "jumping" (and perhaps a solution)
Hey and thanks for the package. I was implementing the component today but ran into some issues with content “jumping” inside the toolbar view when using a multiline input. Check out the gifs below.
Jumping sub views
!Jumping sub views
I messed around a bit with the code and found a solution where I simply removed setting the height property, figured it could be solved styled props instead, and it it seems to work just fine. Here’s a link to the branch (commit of interest). I was thinking about creating a pr but then I thought that I’ve might have missed a scenario where setting the height was needed so just want to check here first before submitting.
Cheers
Ps, low gif quality = borders missing etc.