thebylito / react-native-navigation-bar-color

React Native component to change bottom bar/navigation bar color on Android
MIT License
269 stars 49 forks source link

Android 10 'transparent' issue #67

Open SuhitAgarwal opened 1 month ago

SuhitAgarwal commented 1 month ago

When I use changeNavigationBarColor('transparent', true), on devices running Android 10 (SDK version 29), the navigation bar becomes transparent but it also allows content to appear behind it. Wondering if there's any fixes you'd recommend for this