react-native-color-picker
react-native-color-picker copied to clipboard
Color picker component for IOS/Android
Warning: Slider has been extracted from react-native core and will be removed in a future release
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...
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...
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...
I just want to use the default slider from '@react-native-community/slider' adding this to the 'sliderComponent' prop results in an type error  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:...