Commit Graph
3 Commits
Author SHA1 Message Date
riccardoandClaude Opus 5 38a868a962 Add back button to dashboard header
The dashboard is a hidden tab screen with the tab bar hidden, so on iOS
there was no way to return home (no hardware back, no swipe gesture on
tabs). Match the construction-site header pattern.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-16 15:11:55 +02:00
riccardoandClaude Opus 5 5c66e9d5cb Upgrade to Expo SDK 57 for Xcode 27 support
- expo 57.0.23, react-native 0.86.3, react 19.2.3
- Remove @react-navigation/* direct deps (unsupported by expo-router 56+)
- Drop newArchEnabled and android.edgeToEdgeEnabled (removed from schema)
- Enable ios.enableSceneSupport (UIScene lifecycle required by iOS 27 SDK)
- Remove deprecated expo-build-properties deploymentTarget (default 16.4)
- Add withPodsDeploymentTarget plugin: raise CocoaPods resource bundle
  targets (RNCAsyncStorage, RNSVG, SDWebImage) to the app minimum
- Replace removed StyleSheet.absoluteFillObject with absoluteFill

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-16 12:54:53 +02:00
riccardoandClaude Opus 5 2653c7cad6 Add expo-build-properties, rename slug and bundle ids
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-16 12:41:32 +02:00