trails/apps/mobile
Ullrich Schäfer 81c40f0c6d
Add Jest mock for expo-crypto
expo-crypto@56 introduced a native AES class that throws in Jest's Node.js
environment on import. Mock the functions actually used (getRandomBytes,
digestStringAsync) so the api-client test suite can run.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 11:54:50 +02:00
..
__mocks__ Add Jest mock for expo-crypto 2026-05-24 11:54:50 +02:00
app Fix Android emulator dev server: use 10.0.2.2 instead of localhost 2026-04-15 01:22:50 +02:00
assets Initialize Expo mobile app with tab navigation and monorepo support 2026-04-12 23:05:57 +02:00
lib Upgrade @maplibre/maplibre-react-native from 10 to 11 2026-04-19 12:09:06 +02:00
.gitignore Add local build scripts via Expo CNG/prebuild 2026-04-15 01:19:37 +02:00
app.config.ts Complete Expo SDK 56 upgrade 2026-05-24 11:52:11 +02:00
eas.json Enable Sentry source map upload in EAS builds 2026-04-13 02:12:36 +02:00
index.ts Initialize Expo mobile app with tab navigation and monorepo support 2026-04-12 23:05:57 +02:00
metro.config.js Complete Expo SDK 56 upgrade 2026-05-24 11:52:11 +02:00
package.json Complete Expo SDK 56 upgrade 2026-05-24 11:52:11 +02:00
tsconfig.json Complete Expo SDK 56 upgrade 2026-05-24 11:52:11 +02:00