bamlab / react-native-image-header-scroll-view

ScrollView with an image in header which becomes a navbar
MIT License
997 stars 99 forks source link

Unmet peer dependancy react@16.0.0-alpha.12 #30

Closed dienast closed 5 years ago

dienast commented 6 years ago

I'm getting an UNMET PEER DEPENDENCY react@16.0.0-alpha.12 during install..

I have: "react": "16.0.0-alpha.12", "react-native": "^0.47.0",

Nhacsam commented 6 years ago

"react": "16.0.0-alpha.12" seems to match the requirement "react": ">=15.3.1" in the package.json. Can I see your package.json and the complete log from npm ?