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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -