I'm not sure what --dev and @types/package-name does.
I tried to add react-color package to my react native project and encountered this error
Could not find a declaration file for module 'react-color'.
I resolved it by installing it using yarn add --dev @types/react-color
Would help if someone could breakdown what my error meant and how this solved the error. Thank you!