segmented-control
segmented-control copied to clipboard
React Native SegmentedControl library
# 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 ``   
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`...
[//]: # (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`...
# 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...
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...