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?
2
There is a spelling mistake in the package name. Try this
yarn add @react-native-community/slider
or
npm install @react-native-community/slider
It looks like that package has been deprecated and they recommend using a community package instead
Click here to cancel reply.
2
Answers
There is a spelling mistake in the package name. Try this
or
It looks like that package has been deprecated and they recommend using a community package instead