chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+17
View File
@@ -0,0 +1,17 @@
# `@react-navigation/routers`
Routers to help build custom navigators.
You probably don't need to use this package directly if you're not building custom navigators.
## Installation
Open a Terminal in your project's folder and run,
```sh
npm install @react-navigation/routers
```
## Usage
Documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/custom-routers/).