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

Fix ViewPropTypes error

Open MGYaroslav opened this issue 4 years ago • 1 comments
trafficstars

After updating my project to expo ~41.0.0, react-native-web was also updated and in it ViewPropTypes was deprecated. So I have an error - " Module not found: Can't resolve 'react-native-web/dist/exports/ViewPropTypes' in 'MY_PATH/node_modules/react-native-hsv-color-picker/src' "

Here is an issue from react-native-web: https://github.com/necolas/react-native-web/issues/1537

P.S. I've tried workaround from that article, but it breaks this picker, I can only move picker dot, but after click I've got saturation/hue/value = NaN

MGYaroslav avatar Apr 17 '21 22:04 MGYaroslav

Try to use fork https://github.com/ekreative/react-native-hsv-color-picker/commit/ff2897cef64c989ad3a57c4b08daf2dbbeb88172

vasylnahuliak avatar Aug 08 '23 07:08 vasylnahuliak