Creating our First Component 👍
3 Important Changes:
- Instead of main.js you should use the App.js file that was created when started a new Expo project.
- There is no need to import Expo into App.js
- Instead of Expo.registerRootComponent(App) you can just export the default class (see code below the video for reference)
Complete and Continue
19 comments