Commit graph

3 commits

Author SHA1 Message Date
d3d81a9de1 Add babel-plugin-module-resolver (required for release JS bundling)
The '@/' import alias needs this plugin; debug builds hid the gap because
they bundle lazily via Metro. Release (standalone) bundling now succeeds.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 09:19:25 -07:00
454c72ddb4 Fix native module versions for Expo SDK 53; use real joelangel.png
- Bump react-native-screens ~4.11.1, safe-area-context 5.4.0, async-storage 2.1.2
  (the 4.4.0/4.12.0/1.23.1 pins failed react-native-screens Kotlin compile on RN 0.79)
- Move the real joelangel.png into app/assets; drop stray root copies
- Debug APK now builds successfully (arm64-v8a)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 09:02:48 -07:00
6b19fc79dd Add About screen with 7-tap joelangel easter egg; fix deps
- About screen surfaces getAbout() content; tapping the title 7x reveals
  assets/joelangel.png (placeholder committed; replace with the real image)
- Correct UnifiedPush package to react-native-unifiedpush-connector (lazy-required)
- Fix expo-notifications NotificationBehavior (shouldShowAlert)
- Reachable via an ⓘ header button on the main tabs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 08:55:37 -07:00