I'm trying to edit the looks of the bottom navigation bar on Android using Expo NavigationBar I've installed it by running expo install expo-navigation-bar
For example, in my app.json, changing color:
{
"androidNavigationBar": {
"backgroundColor": "#188780"
}
}
or making it hidden:
{
"androidNavigationBar": {
"visible": "immersive",
}
}
Using either option works, but they both cause Expo Go app on Android to crash. Doesn't crash every time, but very often. And just removing androidNavigationBar from app.json fixes the crashing.