'Can I use this Expo library in my React Native app?

I'm working on a React Native app and have never used Expo before. This library called Expo Barcode Scanner is installed with expo install expo-barcode-scanner. Can I use this in my React Native project if I didn't build it with Expo?



Solution 1:[1]

yes you can! you can follow this guide for installing Expo module support in your app and then follow the installation instructions on the BarCodeScanner docs.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 brentvatne