Nicola Corti
Nicola Corti
Hey @willhlaw Thanks for the package, works so smoothly :) Just noticed that there is a wrong parameter in the README
Summary: As AGP 7.4 is reaching it's stable status, let's move from beta05 to rc01. That's needed for the sake of RN 0.71 Changelog: [Internal] [Changed] - Bump AGP from...
Summary: Repos on GitHub should have a top level LICENSE file to make sure GitHub can autodiscover the correct license for the project. Once we moved the file inside packages/react-native/...
I was able to create a reproducible example in a test build where I added 20 swimlanes of which 2 out of 3 randomly animate, the screen is quite heavy...
Summary: This bumps Kotlin to 1.9.22 which is the latest in OSS and closer to the version we use inside fbsource. Turns out that Explicit API mode was not enabled...
Summary: Let's keep things up to date. Changelog: [Internal] [Changed] - Bump Gradle to 8.6 Reviewed By: cipolleschi Differential Revision: D53566538
Summary: This contains an hotfix for the CLI needed for 0.74 Changelog: [Internal] [Changed] - Bump CLI to 13.6.1 Differential Revision: D54073715
Our tests should not depend on `mavenLocal()` at all. The problem is that `detekt-gradle-plugin` is applying a dependency on `detekt-cli` using the version defined here: https://github.com/detekt/detekt/blob/2eccd64bd8f8e71e688a222444356c945896c48f/build-logic/src/main/kotlin/Versions.kt#L5 So whenever that version...
Summary: Convert RNLog to Kotlin Changelog: [Internal] [Changed] - Convert RNLog to Kotlin Differential Revision: D54010172
Summary: Those files should not stay in the root `/app` folder but inside the `/app/gradle/wrapper` folder. I've noticed this in the Upgrade Helper UI hence I'm removing them. Changelog: [Internal]...