maxim-kolesnikov / react-native-heic-converter

Convert your HEIC files with React Native
MIT License
70 stars 23 forks source link

Updating React Native Peer Dependency #19

Closed tendolukwago closed 3 years ago

tendolukwago commented 3 years ago

Per the following article, peer dependency evaluation is failing:

https://michaelsoolee.com/npm-pre-1-caret-rules/

Looks like setting the dependency requirement using a caret only works on versions that are 1.0.0 and above.