This template includes a set of essential libraries and tools to streamline the development process and improve the overall quality of your application.
Feel free to use this template as a starting point for your next project and customize it to fit your specific needs.
All feedback and contributions are welcome!
CleanShot.2024-10-15.at.13.41.58.mp4
- Expo (v51): Build cross-platform mobile apps for iOS and Android using a single codebase.
- Expo Router (v3): Define your application's navigation structure with a flexible and declarative approach.
- TypeScript: Ensure type safety and improve code maintainability.
- Zustand: Manage application state in a centralized and reactive way.
- TanStack Query: Simplify data fetching and caching with robust functionalities.
- React Hook Forms: Handle form validation and user input seamlessly.
- React Reanimated: Create smooth animations and interactive UI elements.
- Alias Path: Configure dynamic and user-friendly route paths.
- NativeWind (v4): Apply utility-first styling for efficient UI development.
Clone the repository:
git clone https://github.com/toyamarodrigo/expo-router-template
Install dependencies:
cd expo-router-template
yarn install
Run the application:
yarn start
# or
npx expo start --clear
This will start the Expo development server and allow you to preview your app on a connected device or emulator.