This is a new React Native project using TypeScript, bootstrapped with @react-native-community/cli.
Before running the app, make sure you have:
-
Run: npm install
-
A
.env
file at the root of the project. -
google-services.json
placed at: android/app/google-services.json -
Android development environment set up: https://reactnative.dev/docs/environment-setup
-
Start Metro:
npm start
-
In a new terminal, build and run the Android app:
npm run android
(Make sure an emulator is running or a device is connected)
- TypeScript is used by default.
- Entry point is App.tsx.
- Fast Refresh is enabled.
- Reload on Android: Double press
R
or useCtrl+M
to open the dev menu.
- React Native Docs: https://reactnative.dev
- TypeScript Support: https://reactnative.dev/docs/typescript