keshavkaul / react-native-sketch-view

A React Native component for touch based drawing supporting iOS and Android.
MIT License
99 stars 47 forks source link

UNMET PEER DEPENDENCY on react-native package #12

Open toblerpwn opened 7 years ago

toblerpwn commented 7 years ago

This library specifies react-native version 0.42.x, but 0.45.1 is the most current release as of June 28, 2017.

Supporting 0.x is probably not wise; RN seems to change and break often. But now that the RN project is on monthly releases, it feels like this library should/could be validated monthly, as well, and the peerDependencies in package.json bumped as needed.

Error

$ npm install react-native-sketch-view --save 
AwesomeProject@0.0.1 ~/code/AwesomeProject
├── UNMET PEER DEPENDENCY react-native@0.45.1
└── react-native-sketch-view@1.0.0