Join Slack
Powered by
Is there maybe someone who can help me with this i...
# compose
g
Geert
05/06/2021, 2:53 PM
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
Julio Milian
05/06/2021, 3:16 PM
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
Geert
05/06/2021, 3:19 PM
I have not used that color in the poject. And it is an aavailiable funnction
3
Views
Open in Slack
Previous
Next