You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug facebook/react-native#3233 for Android RN that set padding on Text will have unexpected result.
So my segmented control text did not vertically centered.
Currently SegmentedControls' design is not flexible enough. For example, if I want to set fontSize for the text, there is no way to do that.
Do you consider to accept style prop and let caller to decide the style?
Something like MapView style prop and caller sample .
If you don't mind for the design changes, I can take some time to propose a PR. Thanks.
The text was updated successfully, but these errors were encountered:
There is a bug facebook/react-native#3233 for Android RN that set padding on Text will have unexpected result.
So my segmented control text did not vertically centered.
Currently SegmentedControls' design is not flexible enough. For example, if I want to set fontSize for the text, there is no way to do that.
Do you consider to accept style prop and let caller to decide the style?
Something like MapView style prop and caller sample .
If you don't mind for the design changes, I can take some time to propose a PR. Thanks.
The text was updated successfully, but these errors were encountered: