mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-28 04:17:43 +02:00
fix(traces): configure EAS Build for TestFlight and fix bot-services build
Traces: - Change bundle ID from com.memoro.locations to com.mana.traces - Update BGTask identifiers to match new bundle ID - Add react-native-worklets dependency for reanimated compatibility - Configure eas.json with monorepo-optimized build settings - Add pnpm patch for reanimated 4.1.x to accept worklets 0.7.x - Skip auto-fingerprint on EAS (pnpm hoisted mode) - Disable default cache paths to avoid ENOENT Bot-services: - Add types: ["node"] to tsconfig to prevent RN type conflicts in hoisted mode Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d4c11920c2
commit
3dc6ec13a4
7 changed files with 1164 additions and 1750 deletions
|
|
@ -9,8 +9,8 @@ const SAVE_ADDRESS_KEY = 'save_address_enabled';
|
|||
|
||||
// Definiere Task-Namen
|
||||
export const BACKGROUND_LOCATION_TASK = 'background-location-task';
|
||||
export const LOCATION_UPDATE_TASK = 'com.memoro.locations.locationupdatetask';
|
||||
export const LOCATION_PROCESSING_TASK = 'com.memoro.locations.locationprocessingtask';
|
||||
export const LOCATION_UPDATE_TASK = 'com.mana.traces.locationupdatetask';
|
||||
export const LOCATION_PROCESSING_TASK = 'com.mana.traces.locationprocessingtask';
|
||||
|
||||
// Helper function to generate UUID
|
||||
const generateUUID = (): string => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue