instea / react-native-color-picker

Color picker component for IOS/Android
Apache License 2.0
272 stars 67 forks source link

Feature Request: Show selected color string #21

Open IntricusAdmin opened 4 years ago

IntricusAdmin commented 4 years ago

It would be nice to have an option to show a textbox with the selected color string. Using the same textbox it would be good to allow editing the value and updating the color wheel based on that value.

I have tried to implement this myself by adding react-native-color-picker to a wrapper component but it seems binding the color property of the color picker to color={ this.state.mycolor} breaks the picker on IOS and stops the outer circle being able to be moved around to select a different color.