How does expo QR code scanning work?

Like how do you guys load the app after the QR code is scanned with the expo app

hey @omorhefere, here’s some documentation about how Expo services work. Let me know if that answers your question! The QR code will open up a link, and will give you back your bundled javascript hosted by either your development server or one of the expo production servers.

https://docs.expo.io/versions/latest/guides/how-expo-works.html

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.