React Native
Template for mobile apps built with Expo.
Placeholder
This template is not published yet. The repository link, structure and instructions below are placeholders until it is published, which will be soon.
Repository
Use this template for iOS and Android apps.
What's included
- Expo (managed workflow) with Expo Router
- Strict TypeScript
- EAS configuration (
eas.json) with build profiles - ESLint + Prettier
Project structure
app.config.ts
eas.json
.env.example
package.json
Getting started
git clone https://github.com/mladi-pirati/template-react-native my-app
cd my-app
bun install
cp .env.example .env
bun startConventions
Coming soon.
Building and releasing
Builds, OTA updates and store releases go through EAS. See Expo.