sourcetoad / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
4 stars 3 forks source link

fix: remove duplicate dev and non-dev type packages #13

Closed iBotPeaches closed 1 year ago

iBotPeaches commented 1 year ago

Should fix

warning package.json: "dependencies" has dependency "@types/react" with range "^18.0.24" that collides with a dependency in "devDependencies" of the same name with version "^18.0.21"
warning @sourcetoad/react-native-sketch-canvas@1.0.1: "dependencies" has dependency "@types/react" with range "^18.0.24" that collides with a dependency in "devDependencies" of the same name with version "^18.0.21"

As these are already non-dev packages.