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

🎉 React Native Segmented Control 🎮 for both iOS, Android and Web

Results 27 react-native-segmented-control issues
Sort by recently updated
recently updated
newest added

After upgrading to 1.1.2 from 0.2.9 I receive the following errors: ERROR TypeError: _ReanimatedModule.default.configureProps is not a function. (In '_ReanimatedModule.default.configureProps(Object.keys(NATIVE_THREAD_PROPS_WHITELIST), Object.keys(UI_THREAD_PROPS_WHITELIST))', '_ReanimatedModule.default.configureProps' is undefined) ERROR Invariant Violation: Module AppRegistry is...

Hi there, I am using this great package and I am enjoying how it works, but, it forces me to use react-native-reanimated version 2.3.1 which is a dependency here. If...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Motivation We're using this component as a Tab Bar for React Navigation. We wanted to make use of the `position` animated value that React Navigation provides, but you can't...

This PR is based on the conversation in #31. Since no new PR was added, and that PR was not updated, this one finishes the implementation started in that PR....

If one of the badge values was `0`, it would cause a crash because it would try to render the `0` outside of a `Text` component. The code also didn't...

```tsx setTabIndex(index)} currentIndex={tabIndex} badgeValues={[2, null, 1]} /> ``` The calculation of the width seems to based on the device, not the the layout. ![image](https://user-images.githubusercontent.com/362729/156696244-0b4c0e66-8f0e-41bc-9cd2-9d77224bc690.png)

- add onLongPress prop (only handles the passed func, does not change state) - add capability to init with no selected segments (i.e. currentIndex = undefined)...this almost works, but the...