react-native-art / art

React Native module that allows you to draw vector graphics.
https://github.com/react-native-community/art
MIT License
287 stars 78 forks source link

peer dependencies #33

Closed voxspox closed 4 years ago

voxspox commented 4 years ago

Bug

npm install
npm WARN @react-native-community/art@1.0.1 requires a peer of react-native@^0.59.9 but none is installed. You must install peer dependencies yourself.

Environment info

package versions:

Steps To Reproduce

npm install

Describe what you expected to happen:

no warnings. Why I should install RN 0.59 AND 0.60?

Preeternal commented 4 years ago

On my side I got: warning " > @react-native-community/art@1.0.1" has incorrect peer dependency "react-native@^0.59.9".

Environment info

When I opened the simulator, instead of the ART graph - a blank screen. I'll try to rise the PR to fix it.