Skip to content

Instantly share code, notes, and snippets.

View samigehi's full-sized avatar
🎯
Focusing

Sumeet Kumar samigehi

🎯
Focusing
View GitHub Profile
@samigehi
samigehi / NativeMapView.android.kt
Last active July 12, 2024 12:12
Android / iOS Native MapView using Compose Multiplatform
package com.samigehi.map
@Composable
actual GetNativeMapView(modifier: Modifier) : NativeMapView {
// TODO not implemenmted
}