Creating our First Component 👍

3 Important Changes:

  1. Instead of main.js you should use the App.js file that was created when started a new Expo project.
  2. There is no need to import Expo into App.js
  3. Instead of Expo.registerRootComponent(App) you can just export the default class (see code below the video for reference)

Complete and Continue  
Discussion

19 comments