Barcode scanning using react native

前端 未结 6 944
抹茶落季
抹茶落季 2021-01-12 02:15

I am using react-native-camera to build a barcode scanner for Android and iOS both.

I am able to scan the barcode in iOS but the issue is there is no visual for the

6条回答
  •  半阙折子戏
    2021-01-12 02:47

    Just found universal code scanner - combines android and ios: https://www.npmjs.com/package/react-native-barcode-scanner-universal

    Tried on Android works just fine.

提交回复
热议问题