sebschaef

joined 1 year ago
[–] sebschaef@feddit.de 1 points 1 year ago (1 children)

A Composable is not meant to return anything if it draws something. In your case it should look like this:

@Composable
fun Home() {
    BottomNavigationItem(...)
}