justlaunch-app / expo-router-starter-kit

Opiniated expo-router starter to boost development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-router-starter-kit πŸŽοΈπŸ“±

Expo-router-starter-kit is a streamlined template for building cross-platform mobile apps with Expo. This template provides a starting point with updated features and simplified components for efficient development.

NOTE: This is a Sandbox environment (Expo Go)

πŸ’» Installation

# Clone and create a new repository from this template
# Install dependencies
pnpm install
# Run the project
pnpm ios
# or
pnpm android

πŸ”— Deep Linking

For setting up deep linking, follow the documentation provided by Expo: Deep Linking.

πŸ“ File Structure

The project is organized as follows:

- src          - Source code for the application.
- /components  - Reusable components.
- /screens     - Application screens.
- /assets      - Application assets (all assets stored here will be bundled).
- /utils       - Helper functions and utilities.

πŸ‘₯ Contributors

We are inviting developers who are passionate about Expo and React Native to collaborate with us. Whether it's contributing code, sharing ideas, or providing feedback, all forms of collaboration are welcome.