The Expo project is already in place, but it still needs a round of major fixes before clean production builds can be generated. I’m not certain which React Native version it currently uses, so the first task will be verifying the exact versions of React Native, Expo SDK, and any native modules, then upgrading or downgrading where necessary to reach a stable configuration. Once those fixes are in, I need end-to-end builds for both platforms: • iOS – an archive generated on macOS with Xcode via EAS Build, uploaded to TestFlight so I can invite internal testers. • Android – a signed AAB produced through the same EAS workflow and supplied back to me for Play Console upload. Acceptance criteria • All major issues in the existing codebase are resolved so the app boots and runs without red screens or native crashes. • Expo pre-build checks pass with no blocking warnings. • A TestFlight build is visible in my Apple Account and downloadable by testers. • The Android AAB installs and launches on at least one physical device. Typical tooling involved: Expo CLI, EAS Build, Xcode, Android Studio, and, if version bumps are needed, the Expo upgrade assistants. I will provide the project repo and Apple/Google credentials needed for the upload steps as soon as we start. maybe i need to test with you to share screen with you