yuanfux / expo-hsv-color-picker

an Expo HSV(hue, saturation, value) color picker
2 stars 2 forks source link

Changed the linear gradient import to reflect Expo SDK v33 requirements #1

Closed rach-m closed 5 years ago

rach-m commented 5 years ago

Hi There! I changed the linear gradient import to reflect Expo SDK v33 requirements, and also added expo-linear-gradient (needed now for linear gradients) to dependencies in package.json. Please have a look and merge if you would like. Any questions feel free to reach out!

https://forums.expo.io/t/importing-lineargradient-deprecation-warning-after-upgrading-to-sdk-33/23537

https://docs.expo.io/versions/latest/sdk/linear-gradient/

yuanfux commented 5 years ago

👍Thanks for the actions ! I'll manually upgrade this package to Expo SDK 33.0 SOON!