@hawcx/react-native-sdk 1.0.6 → 1.0.7
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.
- package/CHANGELOG.md +3 -0
- package/README.md +1 -1
- package/android/build.gradle +2 -2
- package/docs/RELEASE.md +0 -1
- package/example/ios/Podfile.lock +2 -2
- package/example/package-lock.json +4 -4
- package/example/package.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/android/build.gradle
CHANGED
|
@@ -22,7 +22,7 @@ def safeExtGet(prop, fallback) {
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
group = 'com.hawcx.reactnative'
|
|
25
|
-
version = project.findProperty('HAWCX_REACT_NATIVE_ANDROID_VERSION') ?: '1.0.
|
|
25
|
+
version = project.findProperty('HAWCX_REACT_NATIVE_ANDROID_VERSION') ?: '1.0.7'
|
|
26
26
|
|
|
27
27
|
repositories {
|
|
28
28
|
mavenCentral()
|
|
@@ -124,7 +124,7 @@ afterEvaluate {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
dependencies {
|
|
127
|
-
api("api.hawcx:hawcx:1.
|
|
127
|
+
api("api.hawcx:hawcx:5.1.2")
|
|
128
128
|
def reactNativeVersion = safeExtGet('reactNativeAndroidVersion', '0.73.9')
|
|
129
129
|
implementation "com.facebook.react:react-android:$reactNativeVersion"
|
|
130
130
|
implementation 'androidx.annotation:annotation:1.8.1'
|
package/docs/RELEASE.md
CHANGED
|
@@ -68,7 +68,6 @@ This document outlines every command, directory, and deliverable required to pub
|
|
|
68
68
|
npm run ios or npm run ios -- --no-packager
|
|
69
69
|
For android:
|
|
70
70
|
cd example/android: ./gradlew clean
|
|
71
|
-
cd ..
|
|
72
71
|
npm run android
|
|
73
72
|
# Use your dev credentials in example/src/hawcx.config.ts
|
|
74
73
|
cd ..
|
package/example/ios/Podfile.lock
CHANGED
|
@@ -11,7 +11,7 @@ PODS:
|
|
|
11
11
|
- ReactCommon/turbomodule/core (= 0.73.9)
|
|
12
12
|
- fmt (6.2.1)
|
|
13
13
|
- glog (0.3.5)
|
|
14
|
-
- HawcxReactNative (1.0.
|
|
14
|
+
- HawcxReactNative (1.0.7):
|
|
15
15
|
- React-Core
|
|
16
16
|
- hermes-engine (0.73.9):
|
|
17
17
|
- hermes-engine/Pre-built (= 0.73.9)
|
|
@@ -1236,7 +1236,7 @@ SPEC CHECKSUMS:
|
|
|
1236
1236
|
FBReactNativeSpec: 4fe1d8c2fadc7949344b197d933f76b40401aac5
|
|
1237
1237
|
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
1238
1238
|
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
|
|
1239
|
-
HawcxReactNative:
|
|
1239
|
+
HawcxReactNative: a68fa54f0e00f0e72d9c834df3808fc27b2f0e4d
|
|
1240
1240
|
hermes-engine: ed62e0dcd013bf4a3b487f164feec1c4e705b5b5
|
|
1241
1241
|
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
1242
1242
|
RCT-Folly: cd21f1661364f975ae76b3308167ad66b09f53f5
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hawcx-react-native-sdk-example",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "hawcx-react-native-sdk-example",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.7",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@hawcx/react-native-sdk": "1.0.
|
|
11
|
+
"@hawcx/react-native-sdk": "1.0.7",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-native": "0.73.9",
|
|
14
14
|
"react-native-safe-area-context": "4.10.5",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"..": {
|
|
31
31
|
"name": "@hawcx/react-native-sdk",
|
|
32
|
-
"version": "1.0.
|
|
32
|
+
"version": "1.0.7",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@react-native/eslint-config": "^0.74.0",
|
package/example/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hawcx-react-native-sdk-example",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "react-native start",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lint": "eslint . --ext .js,.ts,.tsx"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@hawcx/react-native-sdk": "1.0.
|
|
12
|
+
"@hawcx/react-native-sdk": "1.0.7",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"react-native": "0.73.9",
|
|
15
15
|
"react-native-safe-area-context": "4.10.5",
|
package/package.json
CHANGED