@tryheliumai/paywall-sdk-react-native 0.1.22 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
18
18
|
|
|
19
|
-
s.dependency '
|
|
19
|
+
s.dependency 'Helium', '~> 1.6.3'
|
|
20
20
|
|
|
21
21
|
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
|
|
22
22
|
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
|
package/README.md
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: 'SDK Quickstart (React Native)'
|
|
3
|
-
description: 'Integrate Helium into your React Native App'
|
|
4
|
-
icon: 'code'
|
|
5
|
-
---
|
|
6
|
-
|
|
7
1
|
## **Background**
|
|
8
2
|
|
|
9
3
|
Get set up with the Helium SDK for iOS in 5 minutes. Reach out over your Helium slack channel, or email founders@tryhelium.com for any questions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryheliumai/paywall-sdk-react-native",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "Paywall SDK Helium",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"eslint-plugin-prettier": "^5.0.1",
|
|
87
87
|
"jest": "^29.7.0",
|
|
88
88
|
"prettier": "^3.0.3",
|
|
89
|
-
"react": "18.
|
|
90
|
-
"react-native": "0.
|
|
89
|
+
"react": "18.2.0",
|
|
90
|
+
"react-native": "0.71.7",
|
|
91
91
|
"react-native-builder-bob": "^0.37.0",
|
|
92
92
|
"release-it": "^17.10.0",
|
|
93
93
|
"turbo": "^1.10.7",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"@types/react": "^18.2.44"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"react": "
|
|
101
|
-
"react-native": "
|
|
100
|
+
"react": ">=18.2.0",
|
|
101
|
+
"react-native": ">=0.71.7"
|
|
102
102
|
},
|
|
103
103
|
"workspaces": [
|
|
104
104
|
"example"
|