This is a React Native application built with Expo.
To start the app in development mode with live reloading:
npx expo startThis will start the Metro bundler and provide options to open the app in the Expo Go app or a simulator/emulator.
To create a production-ready build of the app (e.g., for submitting to app stores):
eas build --profile productionThis command uses Expo Application Services (EAS) to build an optimized standalone app package.