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

Color picker component for IOS/Android

Results 22 react-native-color-picker issues
Sort by recently updated
recently updated
newest added

It can now be installed and imported from '@react-native-community/slider' instead of 'react-native'. See https://github.com/react-native-community/react-native-slider

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Both the ColorPicker and TriangleColorPicker work perfectly with RN 0.63.2 when the "color" property is NOT used. When this property is set, the outer circle no longer registers a tap...

Hello here, First of all thanks for your work on this one ! I have an issue: when I set a value for **oldColor** params the center circle (with old/current...

Outer cicle is missing... This is only happening with ios

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Hi there, I have some issue with TriangleColorPicker. On IOS device, color trianlge rotating with flickering and color indicator (small black circle) don't move. But it started working after changing...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I just want to use the default slider from '@react-native-community/slider' adding this to the 'sliderComponent' prop results in an type error ![Bildschirmfoto 2021-02-22 um 17 48 45](https://user-images.githubusercontent.com/15243732/108741636-38b57800-7537-11eb-9a9b-ad8b4e5c3d5f.png) Slider is an...

Hi there, Firstly thanks for your great library. I've just tried out the v0.6.0 from npm with React Native v0.63.4 and it gave me this deprecation warning: ``` ERROR Warning:...