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
265 stars 19 forks source link

java.lang.NullPointerException: Attempt to invoke virtual method 'and… #27

Closed cemocanon closed 2 years ago

cemocanon commented 2 years ago

…roid.view.Window android.app.Activity.getWindow()' on a null object reference

Since getCurrentActivity() is null, it cannot fetch view and gives an error. This was fixed by checking the issue. and the minimum pack was kept as 21.

kadiraydinli commented 2 years ago

Thanks for PR.