Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created May 2, 2024 22:56
Show Gist options
  • Save igorescodro/1fb53408a484562d24315abbc8e866e8 to your computer and use it in GitHub Desktop.
Save igorescodro/1fb53408a484562d24315abbc8e866e8 to your computer and use it in GitHub Desktop.
@Composable
fun AlkaaNavGraph() {
ScreenRegistry {
taskScreenModule()
categoryScreenModule()
preferencesScreenModule()
}
BottomSheetNavigator {
Navigator(HomeScreen())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment