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

QR code won't scan #49

Closed
timurtu opened this issue Mar 14, 2017 · 22 comments
Closed

QR code won't scan #49

timurtu opened this issue Mar 14, 2017 · 22 comments
Labels

Comments

@timurtu
Copy link

timurtu commented Mar 14, 2017

After creating an app and running yarn start the QR code gives no feedback when scanning on my iPhone.

@jesseruder
Copy link

Did you install the Expo app?

@timurtu
Copy link
Author

timurtu commented Mar 14, 2017

Yeah I don't get any feedback when I scan the QR code with the Expo app

@jesseruder
Copy link

Hm not sure why that's happening. Can you upload a screenshot of the QR code? If you can't get it working you can type the url in manually - just go to the Explore tab in Expo and then type the url in the search bar.

@timurtu
Copy link
Author

timurtu commented Mar 14, 2017

Yeah I just tried that it loaded here's the screenshot.

screen shot 2017-03-13 at 10 24 50 pm

@jesseruder
Copy link

It looks like it might be a little squished horizontally. @dikaiosune do you think we can do anything about that?

@anp
Copy link
Contributor

anp commented Mar 14, 2017

Interesting! I suspect that the horizontal scaling isn't the actual problem (I've seen it work well on much more squished consoles), but rather the contrast between the dark and light elements is. IntelliJ/Webstorm's terminal appears to have interesting ideas about how to render bash color codes!

I'm not sure what we can do about this. It might be possible by changing the Webstorm color theme, the font, or by trying in a different terminal.

@timurtu
Copy link
Author

timurtu commented Mar 14, 2017

Using a terminal worked great

@anp
Copy link
Contributor

anp commented Mar 14, 2017

Glad to hear it!

@anp anp closed this as completed Mar 14, 2017
@anp anp reopened this Mar 14, 2017
@anp
Copy link
Contributor

anp commented Mar 14, 2017

Sorry, I'm going to leave this open as we need to at the very least document this issue.

@tmhn
Copy link

tmhn commented Mar 14, 2017

Is there a way that the QR code can be generated into a PNG (or something similar)? So that it could be pasted into a GitHub repo or Gist so users can quickly open it within Expo.

@anp
Copy link
Contributor

anp commented Mar 14, 2017

While it's definitely possible from an implementation perspective, I'm not sure we want to add any more complexity to the startup scripts.

Generally if you want to share the app with someone they'll need to be on the same LAN and I'm mostly thinking that it's not unreasonable to expect them to be able to physically scan the phone.

@anp anp added the docs label Mar 15, 2017
This was referenced Mar 16, 2017
@anp anp closed this as completed in ffc89ce Mar 17, 2017
@bhaskars2904
Copy link

bhaskars2904 commented Feb 2, 2018

Increased screen brightness, disabled redshift and maximised terminal worked for me!!

@freemant2000
Copy link

Nothing worked. Had to tap the search icon in Expo and enter the url to open my own react native app.

@brentoboy
Copy link

I had this issue, and it ended up being the slightly transparent terminal window I was using was distorted by the content behind it

@SirPhemmiey
Copy link

Had the same issue. Re-installing the Expo app on my device, and restarting (clear cache) the packager did it. Relieved!

@hayanisaid
Copy link

I had the sane issue and I tied the solutions above and still doesn't work

@samnet
Copy link

samnet commented Apr 14, 2018

same as @hayanisaid here.

@crobinson42
Copy link

I experience this issue only when running in my IDE's terminal. If I switch and use iterm2 or OSX default terminal it works fine. It appears to be an issue with "squishing" the QR image's width.

@just0110
Copy link

It is really funny, but all you need to do just switch your ide theme on light :D

@SmelayaPanda
Copy link

True, the dark theme in IDE makes the reverse of colors =)

@avin
Copy link

avin commented Aug 6, 2018

image
yet another example of qr image that does not recognizable.

Another qr-scanner apps read code well

Of course it should be an expo problem, but any way, posted here. Solution for me to start app in simple windows cmd:

image

@stiwdiosddraig
Copy link

In WebStorm, Open Settings > Editor > Color Scheme Font, check Use color scheme font instead of the default and change Line height to 1.0.

Previous comment was right that WebStorm (and other JetBrains products) have strange interpretations on how to view this using their Run Tool.

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

No branches or pull requests