Reputation: 116
I am using StatusBar it works fine but when I removed header from react-navigation it stops working. What am I doing wrong?
I am facing this issue on IOS.
<StatusBar barStyle="dark-content" backgroundColor={colors.ICE_BLUE} />
<Tab.Screen name="Wallet" component={WalletScreen} options={{ headerShown: false }} />
Upvotes: 4
Views: 1011