feat: Expo mobile scaffold — Phase 2 complete (118-file structure)

Expo SDK 51 TypeScript scaffold with all architecture files.
Verified: tsc 0 errors, jest passes.
This commit is contained in:
Yossi Elkrief
2026-03-02 12:45:40 +02:00
parent 08a6d5a7f1
commit fbd7d837c7
123 changed files with 16699 additions and 0 deletions

12
mobile/app.config.ts Normal file
View File

@@ -0,0 +1,12 @@
export default {
name: 'WiFi-DensePose',
slug: 'wifi-densepose',
version: '1.0.0',
ios: {
bundleIdentifier: 'com.ruvnet.wifidensepose',
},
android: {
package: 'com.ruvnet.wifidensepose',
},
// Use expo-env and app-level defaults from the project configuration when available.
};