Jérémie Helme
Results
1
comments of
Jérémie Helme
@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