I want to set StatusBar translucent.
IOS is fine.
when modal is open(called showModal),
It only shows grey color status bar when I set statusBar translucent in Android.
Navigation.mergeOptions(this.props.componentId, {
statusBar: {
backgroundColor: "transparent",
style: "dark",
translucent: true,
},
});

We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the wix-react-native-navigation tag or on Discord.