Reputation: 7418
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?
Upvotes: 1
Views: 629
Reputation: 8036
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.
Upvotes: 2