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

# Overview On android, the `SegmentedControl` component does not react properly to changes in the `values` prop, thus occasionally resulting in situations like this: # Test Plan Changes can be...

# Bug report Hi! When I try to write the test - I get the error ## Summary ``` Error: Element type is invalid: expected a string (for built-in components)...

I wanted to use your component. I'm getting compilations errors after adding: "import SegmentedControl from '@react-native-segmented-control/segmented-control/SegmentedControl.js';" to my js file. I'm running on a Mac. I've followed the installation instructions....

The control is not displayed correctly `` ![image](https://user-images.githubusercontent.com/58035529/95131824-5f0f7e00-0724-11eb-896b-66a413649598.png) ![image](https://user-images.githubusercontent.com/58035529/95131914-85cdb480-0724-11eb-956f-9e7d8e5eea2d.png) ![image](https://user-images.githubusercontent.com/58035529/95131923-89f9d200-0724-11eb-8b19-105084d7238d.png)

The README instructions suggest importing the module as follows: `import SegmentedControl from '@react-native-segmented-control/segmented-control';` However, the package is installed under `@react-native-community/segmented-control`, not `@react-native-segmented-control/segmented-control` Suggested change: `import SegmentedControl from '@react-native-segmented-control/segmented-control';` Should be...

I am using `paddingVertical` to increase the height of the segment control. However, in the web version, this doesn't increase the area that is clickable. In iOS the full area...

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

# Bug report ## Summary 1. When button is selected, the button is not read as 'Selected' and as a 'Button'. 2. It doesn't read the total of items, nor...

good first issue
hacktoberfest

The examples don't seem to match when they are run on iOS 14. This threw me off when I was using them as a base for my project. ## Example...

good first issue
hacktoberfest