Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barcode doesn’t show for ios #44

Open
gharsallahmoez opened this issue Sep 9, 2019 · 5 comments
Open

Barcode doesn’t show for ios #44

gharsallahmoez opened this issue Sep 9, 2019 · 5 comments

Comments

@gharsallahmoez
Copy link

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

@davidfvo
Copy link

davidfvo commented Oct 8, 2019

Same

@myrjola
Copy link

myrjola commented Nov 29, 2019

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?

@ristomatti
Copy link

@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.

@davidfvo
Copy link

@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.

@andrei0807
Copy link

andrei0807 commented Apr 16, 2020

"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*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants