Skip to content

Releases: instea/react-native-color-picker

Typescript rewrite

03 Sep 20:06
Compare
Choose a tag to compare

thanks to @artus9033 color picker is now rewritten in typescript leaving less space for incomplete TS definitions

Support for custom slider components

14 Mar 13:02
Compare
Choose a tag to compare

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

15 Sep 17:28
Compare
Choose a tag to compare

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

05 Aug 10:38
Compare
Choose a tag to compare

Added support for RTL

24 Jul 17:10
Compare
Choose a tag to compare
v0.3

release 0.3

small usability improvements

16 Jan 09:32
Compare
Choose a tag to compare

for triangle color picker

Triangle color picker added

10 Jan 13:31
Compare
Choose a tag to compare

color picker now have two modes: holo and "triangle"
no breaking change for old users

Initial release

14 Dec 10:59
Compare
Choose a tag to compare
  • Implements vertical version of color picker
  • Both controlled and uncontrolled component.