CoompanionApp/mobile
2026-02-03 19:53:19 +01:00
..
assets Initial commit 2026-02-03 13:48:56 +01:00
scripts Initial commit 2026-02-03 13:48:56 +01:00
src Ajout d'un système de notifications 2026-02-03 16:35:01 +01:00
.gitignore Initial commit 2026-02-03 13:48:56 +01:00
app.json Ajout d'un système de notifications 2026-02-03 16:35:01 +01:00
App.tsx Initial commit 2026-02-03 13:48:56 +01:00
google-services.json Ajout d'un système de notifications 2026-02-03 16:35:01 +01:00
index.ts Initial commit 2026-02-03 13:48:56 +01:00
package-lock.json Ajout de expo-system-ui pour supporter le dark mode sous android 2026-02-03 19:53:19 +01:00
package.json Ajout de expo-system-ui pour supporter le dark mode sous android 2026-02-03 19:53:19 +01:00
README.md Initial commit 2026-02-03 13:48:56 +01:00
tsconfig.json Initial commit 2026-02-03 13:48:56 +01:00

Negopoly Mobile (React Native)

Development server

Set the dev API base URL to your machine IP so the app can reach the Bun server.

Create a .env file in mobile/:

EXPO_PUBLIC_DEV_API_BASE_URL=http://<this-computer's-ip>:3000

The app will use https://negopoly.fr automatically in production builds.

Run

npm run dev