segmented-control icon indicating copy to clipboard operation
segmented-control copied to clipboard

React Native SegmentedControl library

Results 97 segmented-control issues
Sort by recently updated
recently updated
newest added

Would be great to support fontWeight property in addition to the fontFamily and fontSize

Wondering what the expectations around passing an SVG icon as the value are? I can see from #71 and #101 that raster images are supported. However, it doesn't seem to...

Is there any we can add badges in the tabs?

Would be great to support fontWeight property in addition to the fontFamily and fontSize Thanks!

Merging this PR https://github.com/react-native-segmented-control/segmented-control/pull/124 breaks the segmented Control component in windows. As there are no labels being displayed and segmented arent clickable.

# Feature request In a lot of apps I'm seeing a slightly larger / bigger variant of the segmented control. See for e.g.: - The GitHub iOS app if you...

# Bug report adding any padding over 16 breaks android by not allowing you to press any other value. ` ` padding also looks inconsitent ## Environment info ```bash System:...

# Question I thought I would be able to track consecutive clicks on the same segment (because the press animation is played) but this is not happening. Is it possible...

# Bug onChange={event => { console.log(event); }} This is giving different results on ios and android. ## Environment info "@react-native-community/segmented-control": "^1.4.0", "react-native": "0.62.2", `react-native info` output: System: OS: macOS 10.15.4...

I needed multi-lines inside the segment control. I don't know any Objective-C but managed to do the change, if someone can do it cleaner - I would be more than...