Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justlaunch-app/expo-router-starter-kit

Opiniated expo-router starter to boost development.
https://github.com/justlaunch-app/expo-router-starter-kit

boilerplate boilerplate-application boilerplate-template cross-platform expo expo-router expo-starter expo-starter-kit mobile-development nativewind nativewind-reactnative react-native react-native-app react-native-web reactnative template-app zustand

Last synced: about 1 month ago
JSON representation

Opiniated expo-router starter to boost development.

Awesome Lists containing this project

README

        

# 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

```bash
# Clone and create a new repository from this template
# Install dependencies
pnpm install
```

```bash
# Run the project
pnpm ios
```

```bash
# or
pnpm android
```

## 🔗 Deep Linking

For setting up deep linking, follow the documentation provided by Expo: [Deep Linking](https://docs.expo.dev/guides/deep-linking/).

## 📁 File Structure

The project is organized as follows:

```shell
- 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.