I tried to install the package "@react-native-commuity/slider" in my project, but with NPM and Yarn install, I get a 404 error:
I tried to check the URL link but it returns a 404 not found. What can I do to resolve this error?
There is a spelling mistake in the package name. Try this
yarn add @react-native-community/slider
or
npm install @react-native-community/slider