Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 356 Bytes

App.tsx.md

File metadata and controls

13 lines (9 loc) · 356 Bytes
title sidebar_position
App.tsx
65

App.tsx

App.tsx is the entry point for Expo / React Native itself. It is minimal on purpose - its only responsibiliy is to:

  • Setup the Splash Screen
  • Immediately load our app's root component

Not to be confused with app/app.tsx, which is the main root component that gets rendered.