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

Selection picker wheel with multi-column support and optional native dependencies.

Results 43 react-native-segmented-picker issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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

It would be good to support column titles to give the user a better understanding of what he/she is selecting. a height selection example. (Feet/Inch) ![image](https://user-images.githubusercontent.com/10321851/128964062-60b85c10-b9ff-4606-b866-5a39eaa45cf0.png)

Bumps [react-native](https://github.com/facebook/react-native) from 0.61.2 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...

dependencies

Bumps [react-native](https://github.com/facebook/react-native) from 0.61.5 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...

dependencies

Hi, Does this component exist as Function Component? Thnks!

Hi, I finally found this work to allow me select multiple columns at one time. Is it possible for us to decide the style of the container (position, width, etc),...

vnext

``` ... alert(JSON.stringify(selections))} options={[ { key: 'col_1', items: [ { label: 'Option 1', value: 'option_1' }, { label: 'Option 2', value: 'option_2' }, ], }, { key: 'col_2', items: [...

help wanted

Hi! is it possible to add a cancel button on the toolbar? i want to close this picker to press the cancel button. thank you for making this!

question