A replica of Telegram's color pickers found under the image editor section of the app, it's not meant to be a one to one representation, but close enough to copy its more remarkable features.
tgcolorpicker.mp4
- Skia images have a method called
readPixels
that can be used to get the color of a pixel at a given xy coordiantes.
- react-native-reanimated
- react-native-gesture-handler
- @shopify/react-native-skia
- fbemitter
npm install
npx expo start --clear