react-native/.circleci
Nicola Corti fedbe2d486 Fix core autolinking not working on Windows (#45572)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45572

0.75-rc.5 is currently broken on Windows.

This is due to us invoking `npx react-native-community/cli config` without
a `cmd /c` prefix.

This fixes it by using our function `windowsAwareCommandLine`.
The problem is that this required a lot of refactoring since that util was not available for the settings plugin.

Fixes #45403

Changelog:
[Internal] [Changed] - Fix core autolinking not working on Windows

Reviewed By: cipolleschi

Differential Revision: D60037587

fbshipit-source-id: eefeda7aafc43b9ce08f0f9225b0847fad2f46b7
2024-07-23 04:41:54 -07:00
..
configurations Fix core autolinking not working on Windows (#45572) 2024-07-23 04:41:54 -07:00
config.yml Remove CCI jobs that are on GHA (#45219) 2024-07-19 05:43:10 -07:00
README.md Remove CCI jobs that are on GHA (#45219) 2024-07-19 05:43:10 -07:00

Circle CI

This directory was home to the Circle CI configuration files. In July 2024 we moved to GitHub Actions, and week this folder for backward compatibility, as we want to keep on using Circle CI for the release of React Native <= 0.74.