css - React native android fitSystemWindows does not take effect -


is there alternative fitsystemwindows() in react-native android?

my use case following : use translucent status bar flag draw under status bar, in case keyboard resize doesn't work (standard android limitaion) solution of apply window insets - whenever system windows insets using fitsystemwindows=true received respective views set same amount of padding around .

here reference: windowsoftinputmode="adjustresize" not working translucent action/navbar

but since react-native controls layout system, see fitsystemwindows not applied.


Comments