mgcrea / vision-camera-barcode-scanner

High performance barcode scanner for React Native using VisionCamera
MIT License
87 stars 11 forks source link

Build error. Incorrect jsRootDir. #36

Open dmitriy-dvornikov opened 1 month ago

dmitriy-dvornikov commented 1 month ago

If you add the library to package.json, then node-modules will have the following path to index.js: ../@mgcrea/vision-camera-barcode-scanner/dist/. When using this library, the project build fails with an error. If in build.gradle jsRootDir = file("../src/") is replaced with jsRootDir = file("../dist/") then the project builds successfully