yuanfux / react-native-hsv-color-picker

a react native HSV(hue, saturation, value) color picker
https://snack.expo.io/@fuyuanx/react-native-hsv-color-picker
48 stars 41 forks source link

Package incompatible with the latest version of expo-linear-gradient ~9.1.0 #26

Open AnyByte opened 3 years ago

AnyByte commented 3 years ago

Whenever I am trying to use the package in my expo app I get the following error:

Tried to register two views with the same name ViewManagerAdapter_ExpoLinearGradient

Screenshot_1621865545

Kasun-thilina commented 2 years ago

Upgraded the library. You can use it from the following repo https://github.com/Kasun-thilina/react-native-hsv-color-picker

sillyjason commented 2 years ago

Finally realized what the solution meant: to install directly from @Kasun-thilina 's provided link. To me quite a while to figure this out. For souls out there that had similar struggles like me: 1/ upgrade to expo sdk 43; 2/ uninstall the package by 'npm uninstall react-native-hsv-color-picker'; 3/ run "npm install git+https://github.com/Kasun-thilina/react-native-hsv-color-picker.git'