Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 291 Bytes

index.tsx.md

File metadata and controls

11 lines (8 loc) · 291 Bytes
title sidebar_position
index.tsx
65

index.tsx

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

  • Register the root component with the AppRegistry
  • Sets up the environment properly for the native build