From 9e9c5e6f8bc524848896bba88b06f764ea6a7e36 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:47:26 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20engage-native=20for=20v1.18.3?= =?UTF-8?q?=20=E2=80=94=20Expo=2055,=20RN=200.83,=20build=20tooling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated-By: mintlify-agent --- repositories/d-sports-engage-native.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/repositories/d-sports-engage-native.mdx b/repositories/d-sports-engage-native.mdx index e79c1b6..e3a6c1f 100644 --- a/repositories/d-sports-engage-native.mdx +++ b/repositories/d-sports-engage-native.mdx @@ -1,6 +1,6 @@ --- title: "d-sports-engage-native" -description: "Native iOS and Android app for D-Sports Engage. Expo 54, React Native, Clerk, RevenueCat, Thirdweb." +description: "Native iOS and Android app for D-Sports Engage. Expo 55, React Native, Clerk, RevenueCat, Thirdweb." icon: "smartphone" --- @@ -14,7 +14,7 @@ icon: "smartphone" | Category | Technology | | ---------- | ------------------------- | -| Framework | Expo 54, React Native 0.81, React 19 | +| Framework | Expo 55, React Native 0.83, React 19 | | Auth | Clerk (Expo) | | Payments | RevenueCat (react-native-purchases) | | Web3 | Thirdweb | @@ -35,6 +35,7 @@ icon: "smartphone" ## What changed since last docs sync +- **v1.18.3**: Expo doctor schema cleanup removed invalid `app.json` fields and aligned config with SDK 55 validation. Square padded icon assets were added for native icon validation. Production auto-submit scripts were added for Android and all-platform release flows. - Team-aware experiences were expanded to align with backend team/favorites behavior. - Quest and rewards surfaces were updated to support per-team progression and pass-aware eligibility. - Pack opening and odds disclosure UX were upgraded with safer interactions and clearer status/error handling. @@ -68,6 +69,7 @@ icon: "smartphone" 2. Configure environment (Clerk, RevenueCat, Thirdweb, API base URL) per repo README. 3. Run `bunx expo start`. 4. For development builds: `bun run build:dev` (EAS) or run with Expo dev client. +5. For production submissions: use the auto-submit scripts (e.g., `bun run build:submit:all` or `bun run build:submit:android`) added in v1.18.3. The app targets both native and web (responsive) and uses the same backend (d-sports-api) as the PWA for API and checkout flows.