react-native-facebook-login icon indicating copy to clipboard operation
react-native-facebook-login copied to clipboard

Unmet peer dependency

Open tomasdelima opened this issue 7 years ago • 0 comments

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?

tomasdelima avatar Jan 24 '18 16:01 tomasdelima