react-native-select-multiple icon indicating copy to clipboard operation
react-native-select-multiple copied to clipboard

☑️ A customiseable FlatList that allows you to select multiple rows

Results 23 react-native-select-multiple issues
Sort by recently updated
recently updated
newest added

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating state...

Hi, could you change this away from class components? I want to see how it appears when created as functional or const components. Thank you.

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Instead of reinventing the wheel for maxSelect === 1, we can make them act like radio buttons.

@alanshaw First, thank you very much for creating this library. Is this currently maintained? It's a rather small package so easy enough to fork, but it would also be "good"...

``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating...

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

i want to get hte index value of selected item in select multiple and i have tried all the things like pass the index keyword in the function but its...