Mobile
Mobile App Starter (Expo)
Onboarding, auth screens, tabs, settings, and a typed API client for a React Native app.
React NativeExpoTypeScript
Who it is for
Developers starting an iOS and Android app with Expo.
Included
- Expo and TypeScript
- Onboarding flow
- Authentication screens and session storage
- Tab navigation
- Profile and settings
- API client structure
- Push notification registration
- Loading and error states
- Reusable UI components
What you receive
- Expo project
- Navigation and screens
- API client
- README
Setup
1. npm install
2. npx expo start
3. Set EXPO_PUBLIC_API_URL in .env
The zip includes the project source, README, and .env.example. Install dependencies locally. Paid source is not published on the site.
License and access
One-time purchase. After Stripe confirms payment, you download the source. Use and modify it in personal, commercial, and client projects. Do not resell the original source as a competing kit. Attribution is optional. The download stays on the success page for that checkout session.
Guides
FAQ
Does it include a backend?
It includes a typed API client aimed at your server. Auth tokens are stored on device. Point EXPO_PUBLIC_API_URL at your API.