Skip to content

Conversation

k-lpmg
Copy link

@k-lpmg k-lpmg commented Oct 1, 2025

Issue

✅ Build works fine with New Architecture disabled

  • ios/Podfile
  use_react_native!(
    :path => config[:reactNativePath],
    # An absolute path to your application root.
    :app_path => "#{Pod::Config.instance.installation_root}/..",
    :hermes_enabled => true,
    :fabric_enabled => false,
    :new_arch_enabled => false 
  )

❌ Build fails with New Architecture enabled (see screenshots in linked issues)

  • ios/Podfile
  use_react_native!(
    :path => config[:reactNativePath],
    # An absolute path to your application root.
    :app_path => "#{Pod::Config.instance.installation_root}/..",
    :hermes_enabled => true,
    :fabric_enabled => true,
    :new_arch_enabled => true 
  )
Screenshot 2025-10-01 at 3 19 56 PM

Issue Links

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