react-native-facebook-login
react-native-facebook-login copied to clipboard
Unmet peer dependency
Hi, I'm trying to install this lib but I get the following error when running npm install react-native-facebook-login --save
:
npm WARN [email protected] requires a peer of react@>=15.0.2 but none was installed.
This is my package.json:
{
"name": "MyApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-db-models": "^0.1.3",
"react-native-facebook-login": "^1.6.0",
"react-native-vector-icons": "^4.5.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native"
}
}
Is it incompatible with later versions of React?