Skip to content

Expo Issues Documentation

Anusheh Mustafeez edited this page May 3, 2023 · 1 revision

Our team was having some trouble getting expo to work for our React Native app for a while initially. We figured the issue out with Rohit's help so wanted to share what we changed (beyond the recitation) in case the course staff would like to share this with other students:

  • Downgrade node to the version in the image below: v16.17.0 (Anything below 17 should work hypothetically)
  • In our App's index.js file (the entry point), import AppRegistry and add the line AppRegistry.registerComponent('main',() => Home); (Replace Home with whatever our main component's name is)
  • Run the expo start --tunnel to get the QR code to scan to run on Expo Go image
Clone this wiki locally