Nivaldo Bondança and Facebook GitHub Bot
64d34080af
Update ktfmt component on FBS:master ( #53956 )
...
Summary:
X-link: https://github.com/facebookexternal/meta-ar-mr-tooling/pull/200
Pull Request resolved: https://github.com/facebook/react-native/pull/53956
Reviewed By: jselbo
Differential Revision: D82570814
fbshipit-source-id: 6eeade55734548d057c5eae77a9188172473a819
2025-09-26 01:00:36 -07:00
Nivaldo Bondança and Facebook GitHub Bot
d1a1020a4a
Codemod format for trailing commas change
...
Reviewed By: VladimirMakaev
Differential Revision: D80576929
fbshipit-source-id: 1310f77f5d9d489b780b14875454ebda7f7adfc9
2025-08-19 18:15:18 -07:00
Nivaldo Bondança and Facebook GitHub Bot
2ab6f22f26
Codemod format for trailing commas incoming change [5/n] ( #53260 )
...
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53260
X-link: https://github.com/facebook/yoga/pull/1847
Adding trailing commas.
Reviewed By: cortinico
Differential Revision: D80174965
fbshipit-source-id: 5438fa9ebce13525b1286dd30704138ef99703cb
2025-08-14 07:24:42 -07:00
Nick Gerleman and Facebook GitHub Bot
3f9b19eb89
Fix build_android GHA Job ( #52694 )
...
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/52694
build_android job is always failing, with this assertion. Seems like find/replace in D78484060 gone wrong?
Changelog: [Internal]
Reviewed By: sbuggay
Differential Revision: D78534334
fbshipit-source-id: 291bdd01b41fa6efea00ed63a0dee8bdb14cbc3a
2025-07-17 20:42:02 -07:00
Riccardo Cipolleschi and Facebook GitHub Bot
2c752af535
Fix Windows CI ( #52666 )
...
Summary:
As per [this issue](https://github.com/actions/runner-images/issues/12416 ), Windows machine doesn't have access to D: drive anymore
## Changelog:
[Internal] -
Pull Request resolved: https://github.com/facebook/react-native/pull/52666
Test Plan: GHA
Reviewed By: huntie
Differential Revision: D78484060
Pulled By: cipolleschi
fbshipit-source-id: 36d844f9d7d69f1d74a154b019307cc1e269ad66
2025-07-17 05:15:04 -07:00
Nicola Corti and Facebook GitHub Bot
d7884a6bb8
RNGP - Sanitize the output of the config command ( #46482 )
...
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/46482
Fixes https://github.com/facebook/react-native/issues/46443
Fixes https://github.com/facebook/react-native/issues/46134
I'm sanitizing the output of the `config` command + I've added some more logging in case of failure.
Changelog:
[Android] [Fixed] - RNGP - Sanitize the output of the config command
Reviewed By: cipolleschi
Differential Revision: D62641979
fbshipit-source-id: c13d27a42beeb7a973c1802e7204631d49d3d09b
2024-09-13 10:42:20 -07:00
Oskar Kaczmarzyk and Facebook GitHub Bot
4cc46e3ca6
chore: tests migration to assertj (KotlinStdlibCompatUtilsTest, ModelAutolinkingDependenciesJsonTest, PathUtilsTest, DependencyUtilsTest, ProjectUtilsTest) ( #45606 )
...
Summary:
https://github.com/facebook/react-native/issues/45596
## Changelog:
Migrated to AssertJ within files:
- `KotlinStdlibCompatUtilsTest.kt`,
- `ModelAutolinkingDependenciesJsonTest.kt`,
- `PathUtilsTest.kt`,
- `DependencyUtilsTest.kt`,
- `ProjectUtilsTest.kt`.
[INTERNAL] [CHANGED] - Migrated `KotlinStdlibCompatUtilsTest`, `ModelAutolinkingDependenciesJsonTest`, `PathUtilsTest`, `DependencyUtilsTest`, `ProjectUtilsTest` from `junit.Assert` to `assertj.core.api.Assertions`.
## Test Plan
Pull Request resolved: https://github.com/facebook/react-native/pull/45606
Reviewed By: javache
Differential Revision: D60166231
Pulled By: cortinico
fbshipit-source-id: 5092e7d0d4c8d0a8737183962bda62ed1f54ccda
2024-07-24 09:44:45 -07:00
Miguel Daipré and Facebook GitHub Bot
e7881c2f45
feat: migrate JsonUtilsTest, OsTest and TaskUtilsTest to AssertJ ( #45608 )
...
Summary:
Issue: https://github.com/facebook/react-native/issues/45596
Note:
The formatting changes have been altered by Android Studio. `Code -> Format Code`
## Changelog:
[INTERNAL] [CHANGED] - Migrated `JsonUtilsTest`, `OsTest`, `TaskUtilsTest` from junit.Assert to assertj.core.api.Assertions.
Pull Request resolved: https://github.com/facebook/react-native/pull/45608
Test Plan: Run `./gradlew -p packages/gradle-plugin test`
Reviewed By: mdvacca
Differential Revision: D60137234
Pulled By: cortinico
fbshipit-source-id: 236dc46dd04ad1f62a5e11fd77cf2c63bec99cff
2024-07-23 16:56:59 -07:00
Nicola Corti and Facebook GitHub Bot
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
Nicola Corti and Facebook GitHub Bot
ca17d87ed1
Upstream CLI autolinking changes to RNGP ( #45314 )
...
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45314
Fixes https://github.com/facebook/react-native/issues/45302
I'm ustreaming two changes that happened inside the CLI/Autolinking logic that are
missing inside core autolinking.
Changelog:
[Internal] [Changed] - Upstream CLI autolinking changes to RNGP
Reviewed By: blakef
Differential Revision: D59460504
fbshipit-source-id: a6e7ab6a46fec26620dc965e77b13fdeba84fae3
2024-07-08 09:38:29 -07:00
Nicola Corti and Facebook GitHub Bot
15909fab95
packages/react-native-gradle-plugin/ -> packages/gradle-plugin/ ( #44832 )
...
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/44832
I'm renaming this folder as now we have 2 gradle plugins + we currently have
`package/react-native-gradle-plugin/react-native-gradle-plugin/` which is confusing so we can just call this folder `packages/gradle-plugin/`
to be consistent with the NPM package name
Changelog:
[Internal] [Changed] - packages/react-native-gradle-plugin/ -> packages/gradle-plugin/
Reviewed By: blakef
Differential Revision: D58284883
fbshipit-source-id: 5a7bb40a5d80f6fbab4ffb29e44107453f1013ec
2024-06-21 01:08:00 -07:00