Skip to content

Commit c81273b

Browse files
committed
version 3.8.1
2 parents d63928d + c067cfa commit c81273b

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: 🐛 Bug Report
22
description: Report a reproducible bug or regression in Adapty SDK.
33
labels: ["bug"]
4-
assignees:
5-
- divanc
64
body:
75
- type: markdown
86
attributes:

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: 💫 Feature request
22
description: Request a new feature
33
labels: ["enhancement"]
4-
assignees:
5-
- divanc
64
body:
75
- type: markdown
86
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: 🤔 Question
22
description: Ask a question about anything that is unclear about Adapty
33
labels: ["question"]
4-
assignees:
5-
- divanc
64
body:
75
- type: markdown
86
attributes:
97
value: |
10-
Have we missed something? Does documentation lacks something?
8+
Have we missed something? Does documentation lacks something?
119
- type: textarea
1210
id: what-happened
1311
attributes:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Adapty SDK is an open-source framework that makes implementing in-app subscripti
3636
<a href="https://adapty.io/schedule-demo?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-React_schedule-demo">Talk to Us to Learn More</a>
3737
</h3>
3838

39+
## React Native Architecture Compatibility
40+
41+
Adapty SDK is compatible with both **React Native's New Architecture** (including Turbo Modules) and the legacy architecture.
42+
3943
## Integrate IAPs Within a Few Hours Without Server Coding
4044

4145
**Adapty handles everything, from free trials to refunds, in a simple, developer-friendly SDK.**

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
api 'io.adapty:android-ui:3.8.2'
115115

116116
//noinspection GradleDynamicVersion
117-
api 'io.adapty.internal:crossplatform:3.8.3'
117+
api 'io.adapty.internal:crossplatform:3.8.4'
118118

119119
// Compatible with older and newer RN
120120
//noinspection GradleDynamicVersion

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "react-native-adapty",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "Adapty React Native SDK",
66
"license": "MIT",
77
"author": "Adapty team <[email protected]>",
@@ -43,7 +43,8 @@
4343
"test": "jest",
4444
"update-versions": "node ./scripts/update_versions.cjs",
4545
"prepack": "yarn format && yarn lint && yarn test && yarn update-versions && yarn build",
46-
"prepublishOnly": "yarn prepack"
46+
"prepublishOnly": "yarn prepack",
47+
"doc-gen": "typedoc --out docs src/__docs__.ts"
4748
},
4849
"devDependencies": {
4950
"@babel/core": "^7.22.9",

0 commit comments

Comments
 (0)