Files
FEDEO/reactnative/README.md
Florian Federspiel 677030f712 Initial
2023-11-25 16:53:52 +01:00

15 lines
327 B
Markdown

# 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-expo-app -e with-router
```
## 📝 Notes
- [Expo Router: Docs](https://expo.github.io/router)
- [Expo Router: Repo](https://github.com/expo/router)