/** * App.tsx - Entry point for Expo * Re-exports the main App component from src */ export { default } from './src/App';