Search code examples
react-nativenpmpackageexpoyarnpkg

NPM and Yarn install fail on package "@react-native-commuity/slider"


I tried to install the package "@react-native-commuity/slider" in my project, but with NPM and Yarn install, I get a 404 error:

NPM error

Yarn error

I tried to check the URL link but it returns a 404 not found. What can I do to resolve this error?


Solution

  • There is a spelling mistake in the package name. Try this

    yarn add @react-native-community/slider
    

    or

    npm install @react-native-community/slider