Hello :wave::skin-tone-2: We are currently trying...
# compose
j
Hello 👋🏻 We are currently trying to use native views - specifically iOS
UIViewController
created with the UIKitViewController inside a
ModalBottomSheet
. However, we get this following error:
Copy code
kotlin.IllegalStateException: Currently, UIKitViewController cannot be used within Popups or Dialogs
As a workaround, we created custom
CustomNatvieBottomSheet
wrappers for both platforms, which allows us to use native iOS `UIViewController`s in a bottom sheet. Is support for using
UIViewController
within
ModalBottomSheet
currently on the roadmap or planned for future release?
a
Already available in 1.10.0-alpha01
K 1
j
Nice, thanks for pointin that out! 👍