Releases: instea/react-native-color-picker
Releases · instea/react-native-color-picker
Typescript rewrite
thanks to @artus9033 color picker is now rewritten in typescript leaving less space for incomplete TS definitions
Support for custom slider components
you can use eg. @react-native-community/slider
instead of deprecated RN Slider
component which will be removed.
Once it happen, you have to provide your implementation (or do not use sliders). We have decided not to replace it with @react-native-community/slider
as it does not work on Expo (as of now) and might not work on other "community" platforms as well
New prop types + pure component update
thanks to @Ashoat
- new React 16 compatible prop-types
- color pickers are now pure components for better performance - but you can't mutate its properties deeply (e.g. you should always create new HSV object if you want to change color)
Ability to hide slider for holo picker
Added support for RTL
v0.3 release 0.3
small usability improvements
for triangle color picker
Triangle color picker added
color picker now have two modes: holo and "triangle"
no breaking change for old users
Initial release
- Implements vertical version of color picker
- Both controlled and uncontrolled component.