Hello everyone. Does somebody know how to use moko...
# moko
v
Hello everyone. Does somebody know how to use moko-media in KMP project with new iOS correctly? I have a problem with iOS 17.4 ver, when i use recomended request Camera like
Copy code
mediaPickerController.pickImage(MediaSource.CAMERA)
when I make photo and come back to screen, I can not receive Bitmap and have a problem with screen composition ^ for example - main top app bar relocate to up to place system tip app bar and not answered of click back action I use next version moko
Copy code
moko.permissions.version = 0.17.0
moko.media.version = 0.11.0
a
hi. please check on sample in moko-media repo. on this version of iOS sample will be broken too?
v
@alex009 I compared my code with the sample. The sample implements usage on native screens. I use compose. The library versions are the same
a