Open
Description
Environment
not possible to get environment info, I'm using a yarn monorepo.
Things I’ve done to figure out my issue
- I used upgrade-helper to do my upgrade.
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
Labels
No labels