nick / react-native-carousel

Carousel component for react-native
MIT License
458 stars 107 forks source link

mv react-native to peerDependencies #12

Closed mvayngrib closed 9 years ago

mvayngrib commented 9 years ago

thanks for the lib :)

having react-native as a dependency breaks things: https://github.com/facebook/react-native/issues/1606

also, semver major 0 is a dick: https://github.com/npm/node-semver/issues/79 ">=0.4 <1.0" works, "^0.4.0" doesn't