Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/justlaunch-app/expo-router-starter-kit
- Owner: justlaunch-app
- Created: 2023-06-02T15:30:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:53:58.000Z (3 months ago)
- Last Synced: 2024-09-28T18:42:16.463Z (about 2 months ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 3.28 MB
- Stars: 158
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.