Luke Walczak
Luke Walczak
I can agree with @satya164, that we can change the `API` since `SegmentedButton` isn't an individual component. Imo I would prefer the approach of removing the `context` check rather than...
The issue with flickering white screen was fixed in the following [commit](https://github.com/callstack/react-native-paper/commit/ea22a49a4de567913a9429db0d13474b278b9cc0)
Hey @DavidZhongSyd, could you please check if it doesn't work on both mobile platforms or only on iOS?
I will be investigating that issue in the nearest future, and will update you here about the result.
Provided a PR which hopefully will fix that issue: https://github.com/callstack/react-native-paper/pull/3351
Hey @leoparis89, according to the comment above, please provide the minimal repro demonstrating the issue or use expo snack for it.
Hey @nevskij2022, please check if the issue exists on the latest version.
I think there is a need to go through the `Menu` layout's calculation and take into account the height of the keyboard when it is opened.
Hello @traviswimer, I guess the role of `dark` property was a quick way to define whether component's background color is _dark-ish_, so then the color of the text or icon...
Hey @hbriese, could you please describe or present visually what are you trying to achieve?