react-native-modalbox icon indicating copy to clipboard operation
react-native-modalbox copied to clipboard

Shrink height after keyboard shown up

Open dzpt opened this issue 7 years ago • 5 comments

I put an TextInput inside modal, then everytime i focus on it, the keyboard shownup, then modal shrink down the height = statusbar height.

Tested on iOS

dzpt avatar Jul 29 '17 07:07 dzpt

Getting a similar issue with the keyboard where the modal will slide down a little and stay in that position.

hironarita avatar Aug 25 '17 20:08 hironarita

@Tom29 try setting prop keyboardTopOffset to 0.

superandrew213 avatar Sep 02 '17 14:09 superandrew213

if keyboardTopOffset={0} does not work ,

try position="top" Solved my question

lanten avatar Oct 29 '17 06:10 lanten

Had the same issue, keyboardTopOffset={0} worked for me.

jasdeepsingh avatar Feb 15 '18 22:02 jasdeepsingh

I think prefer to combine both which resolved problem :D

position="top" keyboardTopOffset={0}

dat39905 avatar Jun 15 '21 04:06 dat39905