Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Or view our React Native sample app:

## Requirements

The minimum React Native version this SDK requires is `0.73.0`.
In Android, minimum Kotlin version is `1.8.0`.
The minimum React Native version this SDK requires is `0.80.0`.
In Android, minimum Kotlin version is `2.1.0`.

## SDK Reference
Our full SDK reference [can be found here](https://revenuecat.github.io/react-native-purchases-docs/).
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
android.useAndroidX=true
Purchases_kotlinVersion=1.8.22
Purchases_kotlinVersion=2.2.21
Purchases_compileSdkVersion=34
Purchases_targetSdkVersion=34
Purchases_minSdkVersion=21
2 changes: 1 addition & 1 deletion e2e-tests/MaestroTestApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
kotlinVersion = "2.1.20"
}
repositories {
google()
Expand Down
24 changes: 12 additions & 12 deletions e2e-tests/MaestroTestApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"dependencies": {
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"react": "19.0.0",
"react-native": "^0.78.0",
"react": "19.1.0",
"react-native": "0.80.3",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "~4.11.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@babel/preset-env": "^7.25.0",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^15.0.0",
"@react-native-community/cli-platform-android": "^15.0.0",
"@react-native-community/cli-platform-ios": "^15.0.0",
"@react-native/babel-preset": "^0.78.0",
"@react-native/metro-config": "^0.78.0",
"@types/react": "^19.0.0",
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/runtime": "^7.28.6",
"@react-native-community/cli": "20.1.3",
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native/babel-preset": "0.80.3",
"@react-native/metro-config": "0.80.3",
"@types/react": "^19.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "~5.2.0"
"typescript": "^5.8.3"
}
}
2 changes: 1 addition & 1 deletion examples/purchaseTesterTypescript/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
kotlinVersion = "2.1.20"
}

repositories {
Expand Down
22 changes: 11 additions & 11 deletions examples/purchaseTesterTypescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.0",
"react": "19.0.0",
"react-native": "^0.78.0",
"react": "19.1.0",
"react-native": "0.80.3",
"react-native-purchases-store-galaxy": "10.8.0",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "^0.78.0",
"@react-native/metro-config": "^0.78.0",
"@react-native/typescript-config": "0.78.0",
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/runtime": "^7.28.6",
"@react-native-community/cli": "20.1.3",
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native/babel-preset": "0.80.3",
"@react-native/metro-config": "0.80.3",
"@react-native/typescript-config": "0.80.3",
"@rnx-kit/align-deps": "^3.0.3",
"babel-plugin-module-resolver": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">= 16.6.3",
"react-native": ">= 0.73.0",
"react-native": ">= 0.80.0",
"react-native-web": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-purchases-store-galaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"peerDependencies": {
"react": "*",
"react-native": ">= 0.73.0",
"react-native": ">= 0.80.0",
"react-native-purchases": "10.8.0",
"react-native-web": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion react-native-purchases-ui/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PurchasesUi_kotlinVersion=1.7.21
PurchasesUi_kotlinVersion=2.2.21
PurchasesUi_minSdkVersion=24
PurchasesUi_targetSdkVersion=34
PurchasesUi_compileSdkVersion=34
Expand Down
2 changes: 1 addition & 1 deletion react-native-purchases-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"peerDependencies": {
"react": "*",
"react-native": ">= 0.73.0",
"react-native": ">= 0.80.0",
"react-native-purchases": "10.8.0",
"react-native-web": "*"
},
Expand Down
Loading