React native Modal, avoid resizing View when keyboard is opened (Android)
问题 I'm using a react-native Modal, which contains a View. The View has some TextInput elements. When the keyboard pops up, the View elements all collapse to fit into the remaining space, but I don't want the View to change at all. This does not happen for IOS. And also, it does not happen in non-modal Views for Android within the same app. I have windowSoftInputMode="adjustPan" set in my android Manifest, but it doesn't seem to be applied on the Modal. return( <ImageBackground source={require('.