gilbox / react-native-masked-view

Masked View Component for React
59 stars 10 forks source link

Missing depency? #5

Open KjellConnelly opened 7 years ago

KjellConnelly commented 7 years ago

npm ERR! peer dep missing: react-native@^0.10.1, required by react-native-masked-view@0.2.0

react-native --version react-native-cli: 1.0.0 react-native: 0.41.2

I'm confused... why is the latest version of react-native not working? I'm not great at using the command line, so maybe I'm missing something totally.

gilbox commented 7 years ago

This library hasn't been updated in a while. It has only been verified to be compatible with react-native@^0.10.1 .... you can of course install it anyway and see if it works, but it will complain since you are using a newer version of RN.