Is there maybe someone who can help me with this i...
# compose
g
Is there maybe someone who can help me with this issue? I implemented a BottomNavigationBar, but it crashes on start. It does not crash when I do comment the bottomBar line. https://github.com/geertberkers/JetpackComposeBottomNavigationCrash/issues/1
j
No expert myself but took a quick look at your Colors.kt You have int, val Blue = Color(red = 16, green = 88, blue = 251) But the documentation says it should be in a particular value. https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/Color
g
I have not used that color in the poject. And it is an aavailiable funnction