react-native-community / hooks

React Native APIs turned into React Hooks for use in functional React components
ISC License
3.47k stars 199 forks source link

Cant install through yarn add @react-native-community/hooks #298

Closed citysiva180 closed 2 years ago

citysiva180 commented 2 years ago

Screenshot 2022-01-29 at 3 28 38 PM

Hi All, I am trying to yarn installl react-native community hooks and its still not installing. I don't know why. Here is a error log added in this statement as suggested.

yarn-error.log

bitmoji

LinusU commented 2 years ago

It seems like it's the colors package that cannot be found, I believe that there was some recent controversy with this package and some versions where yanked from the registry...

This package doesn't have any dependencies of it's own, so I don't believe that this is related to this package.

If you are still having problems I would recommend removing your Yarn lock file and running yarn again...