expo-booboo
A simple, bare-bones copy of a work-in-progress application that started surfacing a "No usable data found" error when scanning the QR code.
Pre-requisites:
- iOS device
- Expo Go installed (version 52)
At the moment, we have only been able to confirm the issue on iOS, but it may also affect Android. I have an active question for this exact
issue on Stack Overflow here:
Running the app
From the project root:
- Run
yarnto install dependencies - Run
yarn startto run the application (usesexpo start --dev-client)
Replicating the issue
Continuing from the "Running the app" steps...
- Attempt to scan the QR code in the iOS Camera application
- Note the "No usable data found" error > the QR code does nothing when tapped
Workaround
I've found a way to workaround the issue for now, which at least gets the app linked up to the dev tunnel in Expo Go.
Again, continuing from the "Running the app" steps...
- Press
sto switch from development mode to Go mode (or, start the app usingnpx expo start --go) - Scan the QR code using the iOS Camera application > tap it to open the link in your device's default browser
- In the "How would you like to open this project?" prompt, select "Expo Go"
- On my device, I get a prompt asking if I want to allow it to open Expo Go - after accepting, it seems to be linked up to the dev tunnel
On this page
Languages
TypeScript96.4%JavaScript3.6%
Contributors
Created December 4, 2024
Updated December 4, 2024