expo-barcode-scanner unimodules exclude

Hi All

Trying to figure out what the minimum set of dependencies are for using expo-barcode-scanner with QR codes for an ejected app.

I would assume expo-face-detector + wondering about unimodules-file-system-interface, unimodules-font-interface etc…

if you need to exclude some of the unimodules that you are not using but they got installed by your other dependencies (like `expo`), then you can pass in `exclude` param for this. For example, if you want to exclude `expo-face-detector`, you may want to use this: `use_unimodules!(exclude: ['expo-face-detector'])