Ankur Bargotra
Ankur Bargotra
@gorhom bump?
Any updates here....5 years later
Can this be reopened, only package that has this issue
+1 for having a runner id variable exposed Would be super useful for conditional flows depending on the machine ie. `if: ${{ runner.id == 'self-hosted' }}` Ref: https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
Same issue with RN `0.74` and Expo `50.0.17`
Getting this issue in an Nx monorepo Related: https://github.com/nrwl/nx/issues/20115
Any ETA on a provider fix here?
Any updates on this?
Getting this on RN `0.72.5` and XCode `15` Adding the following to `post_install do |installer|` fixed it for now: ``` installer.pods_project.targets.each do |target| target.build_configurations.each do |config| if ["React-cxxreact", "React-utils", "React-NativeModulesApple"].any?...