Sergey Chuvashev

Results 5 issues of Sergey Chuvashev

Added simple DesignSpecActivity

Got the following crash on demo app start (and the same I have in my KMP project) `java.lang.IllegalStateException: LifecycleOwner of this LifecycleRegistry is already garbage collected. It is too late...

![TagCheck](https://steplib-git-check.services.bitrise.io/tag?pr=4237) ### What to do if the build fails? At the moment contributors do not have access to the CI workflow triggered by StepLib PRs. In case of a failed...

I have this code of base modal sheet in my app ``` ModalBottomSheet( state = state, onDismiss = onDismissed, ) { Scrim() Sheet( modifier = Modifier .statusBarsPadding() .padding(sheetPadding) .shadow(4.dp, RoundedCornerShape(topStart...

platform: iOS
blocked-by-cmp