react-native-document-scanner icon indicating copy to clipboard operation
react-native-document-scanner copied to clipboard

Can't install react native document scanner using npm

Open emanu7478 opened this issue 4 years ago • 1 comments

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 ?

emanu7478 avatar Sep 17 '21 15:09 emanu7478

@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

jeremiehelme avatar Apr 13 '22 17:04 jeremiehelme