thabti / react-native-css

Style React-Native components with css
MIT License
769 stars 66 forks source link

npm WARN requires #30

Closed fabiooid closed 8 years ago

fabiooid commented 8 years ago

I get this message at the end of the npm install:

npm WARN react-native-css@1.2.38 requires a peer of react-native@>=0.5 but none was installed.

should I ignore it?

alexmick commented 8 years ago

No this means that react-native is required as a dependency but not installed automatically, you need to run npm install react-native manually to get it. An explanation on why this is can be found here