butterfly icon indicating copy to clipboard operation
butterfly copied to clipboard

🦋 Butterfly helps you to build adaptive and responsive UIs for Android with Jetpack WindowManager.

Results 3 butterfly issues
Sort by recently updated
recently updated
newest added

https://android-review.googlesource.com/c/platform/frameworks/support/+/1976128

enhancement

I am using a CompositionLocalProvider like ``` CompositionLocalProvider( LocalWindowDpSize provides rememberWindowDpSize(), LocalWindowLayoutInfo provides windowLayoutInfoState.value, LocalPosture provides postureState.value ) ``` and in my composable `LocalWindowLayoutInfo.current.isSeparating` is always false and ``` val...

good first issue

hi can this be use in react native please? thanks