react-native-barcode-builder icon indicating copy to clipboard operation
react-native-barcode-builder copied to clipboard

Barcode doesn’t show for ios

Open gharsallahmoez opened this issue 4 years ago • 5 comments

I have a problem with my react native app, barcode work great when I run for android but it doesn’t show for my ios app

gharsallahmoez avatar Sep 09 '19 09:09 gharsallahmoez

Same

davidfvo avatar Oct 08 '19 20:10 davidfvo

Some of our users are also reporting this issue. However, our developers haven't been able to reproduce this issue yet. Has anyone been able to investigate what causes this issue?

myrjola avatar Nov 29 '19 12:11 myrjola

@gharsallahmoez @davidfvo Does it work at all for you, which React Native version do you have and/or have you perhaps resolved the issue already?

I'm trying to solve a bug report I cannot reproduce on any of hour test devices. But according to customer reports the barcode does not render in some situations on iOS.

ristomatti avatar Nov 29 '19 13:11 ristomatti

@myrjola @ristomatti Thank you for your hard working, back then i was using RN version 59.5 and i solve this issue with these steps:

  1. Eliminating pod and pod-lock file.
  2. Generating new pod pod init and pod-lock pod update.
  3. Excecuting react-native link.
  4. Manually linking react-native-barcode-builder to xcode dragging the proper files.

davidfvo avatar Nov 29 '19 15:11 davidfvo

"react": "16.9.0", "react-native": "0.61.5", I got same issue in ios. Android version is file. I can barcode text instead of barcode image like *16663343*

andrei0807 avatar Apr 16 '20 11:04 andrei0807