Jesse Jaakola
09/10/2025, 6:38 AMUIViewController created with the UIKitViewController inside a ModalBottomSheet. However, we get this following error:
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?Alexander Zhirkevich
09/10/2025, 7:28 AMJesse Jaakola
09/11/2025, 7:14 AM