1.0.1 ⢠Published 1 year ago
@launchtrack/base v1.0.1
Expo Codebase Optimization for Efficient Mobile App MVP Development 
š Boilerplate and Starter for React Native, Expo, NativeWind and TypeScript ā”ļø Made with developer experience first: React Native, Expo, TypeScript, NativeWind
š Features
- ā” Expo - Built with Expo for cross-platform support
- āļø React Native for building native apps using React
- š Integrate with NativeWind, Tailwind CSS for React Native v4
- š Expo Router and Expo API
- š Linter and Code Formatter with biome
- šØ Common components : Icons, ThemeToggle, Avatar, Button, Card, Progress, Text, Tooltip
- š Dark and light mode - Android Navigation Bar matches mode and Persistant mode
- š” Absolute Imports using
@
prefix - š» T3 Env - For environment variables management
Requirements
- Node.js 20+ and pnpm or bun
- iOS Simulator
- Android Studio Emulator
Getting started
Run the following command on your local environment:
bunx create-expo-app --template @launchtrack/expo-base
Then, you can run locally in development mode with live reload:
bun run dev:ios
# Or
bun run dev:android
This will open the app in the iOS simulator or Android emulator.
Contributions
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Totally open to any suggestions and improvements.
License
Licensed under the MIT License, Copyright Ā© 2024
See LICENSE for more information.
Made with ā„ by Launchtrack