0. 위 디렉토리 구조를 따라 아래 1~5번을 순서대로 실행하면 됩니다. https://github.com/Parksunggyun/BottomNavigationSample GitHub - Parksunggyun/BottomNavigationSample Contribute to Parksunggyun/BottomNavigationSample development by creating an account on GitHub. github.com 1. Home, Profile, Settings @Composable fun HomeScreen() { Box( modifier = Modifier.fillMaxSize().background(Color.Red), contentAlignment = Alignment.C..