Skip to content

Commit

Permalink
Create Compatibility.md
Browse files Browse the repository at this point in the history
  • Loading branch information
descorp authored Nov 12, 2024
1 parent f3bb7d1 commit b7c449c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/Compatibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## React-Native v0.73

* set `kotlin` in `node_modules/@react-native/gradle-plugin/gradle/libs.versions.toml` to at least **1.9.10**
* set `apiVersion` in `node_modules/@react-native/gradle-plugin/build.gradle.kts` to at least **1.7**

> [!NOTE]
> Google have introduced new [target API level requirements for Google Play apps](https://support.google.com/googleplay/android-developer/answer/11926878?hl=en) on August 31 2024.
> React-Native version **73** and below considered deprecated.
## React-Native v0.72 and below

* make sure your Java version is 17;
* update Android compileTarget to 34 in `android/build.gradle`;
* set `classpath("com.android.tools.build:gradle:8.1.4")` in `android/build.gradle`;
* enable `buildConfig` in `android/app/build.gradle` by adding `android.buildFeatures.buildConfig = true`.

0 comments on commit b7c449c

Please sign in to comment.