You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
Correct android status bar height on android pre-lollipop
Due to this change facebook/react-native#6481, no more `SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN` so our custom status view won’t be under the system status any more. The quick fix is just set height of our custom view to `0` on Android Pre-Lollipop
0 commit comments