Hi everyone. I'm working with React Native and Formik. I have a Color Picker Input component (is just 6 circles with differents colors with a Switch component nexto to them) that allows you to select certains colors of an animal. You can select several colors so i think the better way to do this is into an array of colors.
I can't figure it ou t how to handle changes on that Color Picker using Formik. Does anybody has some experience with this?
Thanks a lot!