sidorchukandrew

Results 16 comments of sidorchukandrew

It turns out there was an issue with `react-native-screens` [here](https://github.com/software-mansion/react-native-screens/pull/1883). Updating to `3.26.0` fixed it for me.

This is happening for me on Android

I think a good choice would be to try porting over Material 3's snackbar. The [Android docs](https://developer.android.com/guide/topics/ui/notifiers/toasts#alternatives_to_using_toasts) seem to suggest that a snackbar would be better suited, especially since these...

I just found out that `react-native-snackbar` uses Google's native Snackbar component on Android ([see here](https://github.com/cooperka/react-native-snackbar/blob/8612f4c9cf6079b753bdd99e59ff00c66031586c/android/src/main/java/com/azendoo/reactnativesnackbar/SnackbarModule.java#L154)). Maybe the Android side here could pull that in.

No, Android does not provide this functionality with it's core date and time picker components. See [these Android docs](https://developer.android.com/develop/ui/views/components/pickers) to see how the pickers work. The intention of this library...

I noticed this as well! It seems like we can add our own checkmark icon, but then you can't have an icon-only toggle group with checkmarks

We are experiencing a similar header jump. We've also tracked down that `onHeaderHeightChange` is _sometimes_ returning `44` and then immediately after the correct number.

🎉🎉🎉

@pekingme How likely is it that this will make it into MDC? I think I see it works on Jetpack Compose