https://github.com/hqasmei/expo_router_app_template
https://github.com/hqasmei/expo_router_app_template
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hqasmei/expo_router_app_template
- Owner: hqasmei
- License: mit
- Created: 2023-05-14T05:59:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T06:31:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-04T11:38:12.460Z (4 months ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hqasmei/expo_router_app_template - (TypeScript)
README
# Expo Router Example
Use [`expo-router`](https://expo.github.io/router) to build native navigation using files in the `app/` directory.
## 🚀 How to use
```sh
npx create-react-native-app -t with-router
```## 📝 Notes
- [Expo Router: Docs](https://expo.github.io/router)
- [Expo Router: Repo](https://github.com/expo/router)
- [Request for Comments](https://github.com/expo/router/discussions/1)