Skip to content

Where/how to set flags on Podfile on 0.68.0? #193

Open
@efstathiosntonas

Description

@efstathiosntonas

Environment

not possible to get environment info, I'm using a yarn monorepo.

Things I’ve done to figure out my issue

Upgrading version

0.67.3 to 0.68.0

Description

According to upgrade-helper we must make these changes on Podfile

 # Flags change depending on the env values.
  flags = get_default_flags()

    use_react_native!(
      :path => config[:reactNativePath],
      # to enable hermes on iOS, change `false` to `true` and then install pods
      :hermes_enabled => flags[:hermes_enabled],
     :fabric_enabled => flags[:fabric_enabled],
     # An absolute path to your application root.
     :app_path => "#{Pod::Config.instance.installation_root}/.."
    )

Question is, how we set these flags? After running pod install hermes is removed since the default value for hermes_enabled is false(?). Is there a step missing on upgrade-helper?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions