kadiraydinli / react-native-system-navigation-bar

React Native lets you customize the navigation bar for Android.
https://www.npmjs.com/package/react-native-system-navigation-bar
MIT License
270 stars 19 forks source link

bottom navigation bar cant be hided again after Alert triggered. #63

Closed HarryAtWorld closed 2 months ago

HarryAtWorld commented 2 months ago

Description

I used SystemNavigationBar.navigationHide(); in my app. Everything workscorrecly, unless a Alert.alert(); triggered. I close the alert in app, but the bottom navigation bar can't hide again.

react-native-system-navigation-bar version

2.6.4

React Native version

0.75.2

Snack, code example, screenshot, or link to a repository

No response

HarryAtWorld commented 2 months ago

After using new devices , that issue fixed. It looks is my previous device is too old (Android 10).