Feat/expo sdk 53 api35 migration#4207
Closed
theang wants to merge 13 commits intoBirthdayResearch:mainfrom
Closed
Conversation
change owner field from defichain to defichaincommunity
upgraded to Expo 53.0.27 + React 19 + RN 0.79.6 scanner migration, Android API config hardening, CI workflow updates fixed tests
reason: The conflict is: - `react-native-svg@15.11.2` (required by Expo SDK 53 stack) - `@mealection/react-native-boring-avatars@1.1.2` declares peer `react-native-svg@^13.0.0` This makes `npm ci` fail in cloud build. Fix: Removed the `@mealection/react-native-boring-avatars` dependency by copying only the source needed for this app, created a local component under `mobile-app/app/components`, and switching existing usages to that local component
- Previous version: `1.9.7` - Current version: `2.11.2` - Status: upgraded and forced through transitive dependencies using `overrides` - Additional fix required by the upgrade: Jest transform allowlist now includes `@reduxjs/toolkit` and `immer`
3. `react-hook-form` - Previous version: `^7.47.0` / installed `7.51.0` - Current version: `^7.72.1` - Status: upgraded to a React 19-compatible 7.x release 4. `react-number-format` - Previous version: `^5.3.3` - Current version: `^5.4.5` - Status: upgraded to a release with React 19 peer support 5. `react-qr-code` - Previous version: `^2.0.12` - Current version: `^2.0.18` - Status: upgraded to a release that accepts the current React line 6. `react-redux` - Previous version: `^8.1.3` - Current version: `^9.2.0` - Status: upgraded and forced through transitive dependencies using `overrides` - Additional fix required by the upgrade: Jest transform allowlist now includes `react-redux` and `use-sync-external-store` 7. `@types/react` - Previous version: `18.2.64` - Current version: `^19.2.14` - Status: pinned in `devDependencies` and `overrides` to align with `react-native@0.79.6`
1. Traefik 3.0 is incompatible with the current Docker API version 1.44+ due to its reliance on an older API version (1.24) switched to traefik 3.6 2. Because SDK 53 switched to React 19, there is rendering bug (blank page on application start) fixed by removing wallets dependency to store = useMemo(initializeStore()) 3. SDK 53 warns about types/react to be specific version: React types are fixed to the ~19.0.10
Switch to @gorhom/bottom-sheet v5
For SDK 35 need to use useSafeAreaInsets to avoid overlap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue(s) does this PR fixes?:
Fixes #
Additional comments?:
Developer Checklist: