compose-for-web Questions
2
I'm trying to migrate an Android Jetpack Compose project to compose multiplatform. How can we use context in the composables.
val context = LocalContext.current
I can't access the LocalContext
Sunup asked 10/5, 2023 at 2:38
1
© 2022 - 2024 — McMap. All rights reserved.