12

Related error screen

I've been getting this error when setting and linking my react-camera with my project on React-Native. I tried all the solutions found in google but still not working, I also tried this video https://www.youtube.com/watch?v=pJseuSOC8HA and not working either. Can someone please try to help me?

this is my package.json:

"dependencies": {
    "prop-types": "^15.5.8",
    "react": "16.0.0-alpha.6",
    "react-native": "0.44.0",
    "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
    "react-navigation": "^1.0.0-beta.7",
    "react-redux": "^5.0.4",
    "redux": "^3.6.0",
    "redux-promise-middleware": "^4.2.0",
    "redux-thunk": "^2.2.0"
  },
Bruno Peres
  • 15,845
  • 5
  • 53
  • 89
paolacl
  • 191
  • 2
  • 6

3 Answers3

4

Linked manually the libraries then try again.. We have the same issue and same version I already fixed it.

1

use this command.

react-native link
1
  • If you have cocoa pods
  • and you are trying to link package using react-native link

Than be sure that you run pod install after react-native link

Chotala Paresh
  • 566
  • 4
  • 12