/bug-react-native

android:windowSoftInputMode="adjustResize" will not work with StatusBar hidden="true"

Primary LanguageObjective-C

react-native android:windowSoftInputMode="adjustResize" bug

Tested on android only.

android:windowSoftInputMode="adjustResize" will not work with StatusBar hidden="true"

reproduce this issue.

git clone https://github.com/CodeXtinction/bug-react-native.git

npm install

react-native link

react-native run-android

change values Statusbar hidden prop (true or false) at ./App.js

Statusbar hidden={false} android:windowSoftInputMode="adjustResize" will work perfect

alt tag

Statusbar hidden={true} android:windowSoftInputMode="adjustResize" will not work

alt tag