Michaelvilleneuve / react-native-document-scanner

Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸
MIT License
843 stars 289 forks source link

Can't install react native document scanner using npm #94

Open emanu7478 opened 2 years ago

emanu7478 commented 2 years ago

When I try to install this package using npm it's not working. I have attached my screenshot below

Screenshot 2021-09-17 at 9 08 15 PM

Can anyone help me to solve this issue ?

jeremiehelme commented 2 years ago

@emanu7478 you can try adding it directly to your package.json like so :

"dependencies": {
...
    "react-native-document-scanner": "https://github.com/Michaelvilleneuve/react-native-document-scanner",
   ...
  },

and then run npm install

hope it helps