Skip to content

[MOB-11828] add-backwards-compatibility #688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: new-arch/MOB-11827-add-new-architecture-support
Choose a base branch
from

Conversation

lposen
Copy link
Contributor

@lposen lposen commented Aug 2, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

Update our codebase to support legacy ios architecture in iOS.

Testing

Building the iOS version of this app in legacy arch should work

  • open example>ios>podfile
    • change ENV['RCT_NEW_ARCH_ENABLED'] = '1' to ENV['RCT_NEW_ARCH_ENABLED'] = '0'
  • in example>ios, run the following:
    • bundle exec pod deintegrate
    • rm -rf ~/Library/Developer/Xcode/DerivedData Pods Podfile.lock build ../Gemfile.lock
    • bundle install
    • bundle exec pod install
  • in example run:
    • watchman watch-del-all
    • yarn start --reset-cache
  • build the ios app

The app should build and load correctly

Copy link

github-actions bot commented Aug 6, 2025

Lines Statements Branches Functions
Coverage: 38%
37.98% (177/466) 13.04% (24/184) 32.9% (51/155)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant