react-native-hsv-color-picker icon indicating copy to clipboard operation
react-native-hsv-color-picker copied to clipboard

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

Open AnyByte opened this issue 3 years ago • 2 comments

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

AnyByte avatar May 24 '21 14:05 AnyByte

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

Kasun-thilina avatar Dec 03 '21 12:12 Kasun-thilina

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'

sillyjason avatar Dec 26 '21 06:12 sillyjason