Skip to content

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

Notifications You must be signed in to change notification settings

CodeXtinction/bug-react-native

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published