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
index.tsx is the entry point for Expo / React Native itself. It is minimal on purpose - its only responsibility is to:
AppRegistry