I've just created an example project with React Native which could be used for barcode reading. I've used onBarCodeRead
feature of the react-native-camera. You can visit document page to learn more about onBarCodeRead
feature from here.
- Clone or download the repository.
- Run
npm install
command in the root directory. - Lastly run
react-native run-android
for Android,react-native run-ios
for IOS.
- I haven't tested it in IOS yet.
- Because of I haven't tested it in IOS, I can't be sure about react-native-camera installation for IOS. So you might be need to make additional settings for IOS.
MIT ©