I am not able to run IOS project when using `Vert...
# compose-ios
p
I am not able to run IOS project when using
VerticalPager()
in compose. Though its working fine on Android.
VerticalPager()
uses @OptIn(ExperimentalFoundationApi::class)
k
What error is it throwing?
p
stackstrace
BTW its working absolutely fine on android.
Sharing my composable code as well for more information
This is the main Composable which is being used on both platforms.