mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The 0.1.79-beta.1 APK build failed on EAS because react-native-unistyles 3.2.4 (bumped in #1103) references JHybridObject::CxxPart, which only exists in react-native-nitro-modules 0.35.x. We were still on 0.33.8 so the Android NDK compile died with "no member named CxxPart". Web and desktop builds didn't catch it because the unistyles C++ layer is Android-only. Bump nitro to 0.35.5 to match unistyles' expected API. While re-resolving the tree, react-native 0.81.6 also tightens its react peer to ^19.1.4, so bump react/react-dom alongside so npm install stays clean. Verified with a local production-apk gradle build using EAS's exact gradleCommand — assembleRelease completes and the APK lands.