airbridge-react-native-sdk-restricted 4.2.0 → 4.2.1
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/.github/workflows/documentation.yml +7 -0
- package/android/src/main/java/co/ab180/airbridge/reactnative/AirbridgeReactNative.kt +6 -3
- package/build/document/index.html +2 -2
- package/changelog.md +5 -0
- package/ios/AirbridgeReactNative/AirbridgeReactNative.swift +8 -3
- package/package.json +1 -1
- package/qa/ios/AirbridgeQA.xcodeproj/project.pbxproj +1 -1
- package/qa/ios/Podfile.lock +53 -53
- package/qa/package-lock.json +1 -1
- package/readme.md +1 -1
|
@@ -72,6 +72,13 @@ jobs:
|
|
|
72
72
|
- name: publish to latest
|
|
73
73
|
if: ${{ env.IS_LATEST == 'true' }}
|
|
74
74
|
run: |
|
|
75
|
+
mkdir -p build/document-latest
|
|
76
|
+
(
|
|
77
|
+
HTML="<script>location.replace(\'$(
|
|
78
|
+
echo '/${{ env.AWS_BUCKET_PATH }}/${{ steps.prepare-environment.outputs.version }}/'
|
|
79
|
+
)\');</script>"
|
|
80
|
+
printf "$HTML" > "build/document-latest/index.html"
|
|
81
|
+
)
|
|
75
82
|
aws s3 sync --delete \
|
|
76
83
|
build/document \
|
|
77
84
|
s3://${{ env.AWS_BUCKET }}/${{ env.AWS_BUCKET_PATH }}/latest
|
|
@@ -53,7 +53,8 @@ class AirbridgeReactNative : ReactPackage {
|
|
|
53
53
|
name: String,
|
|
54
54
|
token: String,
|
|
55
55
|
) {
|
|
56
|
-
|
|
56
|
+
loadedAirbridgeJSON = AirbridgeJSON.load(app)?.toMap()
|
|
57
|
+
initializeSDK(app, name, token, loadedAirbridgeJSON)
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
@Suppress("SameParameterValue")
|
|
@@ -64,14 +65,16 @@ class AirbridgeReactNative : ReactPackage {
|
|
|
64
65
|
token: String,
|
|
65
66
|
airbridgeJSON: Map<String, Any>?
|
|
66
67
|
) {
|
|
67
|
-
loadedAirbridgeJSON
|
|
68
|
+
if (loadedAirbridgeJSON == null) {
|
|
69
|
+
loadedAirbridgeJSON = AirbridgeJSON.load(app)?.toMap()
|
|
70
|
+
}
|
|
68
71
|
|
|
69
72
|
setExtraOptions(airbridgeJSON)
|
|
70
73
|
|
|
71
74
|
Airbridge.initializeSDK(
|
|
72
75
|
app,
|
|
73
76
|
AirbridgeOptionBuilder(name, token)
|
|
74
|
-
.setAirbridgeJSON(airbridgeJSON
|
|
77
|
+
.setAirbridgeJSON(airbridgeJSON)
|
|
75
78
|
.setSDKDevelopmentPlatform(getSDKDevelopmentPlatform())
|
|
76
79
|
.setSDKAttributes(getSDKAttributes())
|
|
77
80
|
.setOnAttributionReceived {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<a id="md:document" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Document<a href="#md:document" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><ul>
|
|
3
3
|
<li><a href="https://help.airbridge.io/" target="_blank" class="external">https://help.airbridge.io/</a></li>
|
|
4
4
|
</ul>
|
|
5
|
-
<a id="md:reference" class="tsd-anchor"></a><
|
|
5
|
+
<a id="md:reference" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Reference<a href="#md:reference" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><ul>
|
|
6
6
|
<li><a href="https://reference.airbridge.io/airbridge-react-native-sdk/latest/" target="_blank" class="external">https://reference.airbridge.io/airbridge-react-native-sdk/latest/</a></li>
|
|
7
7
|
</ul>
|
|
8
|
-
</div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#md:airbridge-react-native-sdk"><span>airbridge-<wbr/>react-<wbr/>native-<wbr/>sdk</span></a><ul><li><a href="#md:document"><span>Document</span></a></li><li><
|
|
8
|
+
</div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#md:airbridge-react-native-sdk"><span>airbridge-<wbr/>react-<wbr/>native-<wbr/>sdk</span></a><ul><li><a href="#md:document"><span>Document</span></a></li><li><a href="#md:reference"><span>Reference</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-1"></use></svg><span>airbridge-react-native-sdk-restricted</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base="."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
package/changelog.md
CHANGED
|
@@ -11,6 +11,7 @@ import Airbridge
|
|
|
11
11
|
@objc(AirbridgeReactNative_Swift)
|
|
12
12
|
public class AirbridgeReactNative: NSObject {
|
|
13
13
|
|
|
14
|
+
@objc
|
|
14
15
|
private static var loadedAirbridgeJSON: [AnyHashable: Any]? = nil
|
|
15
16
|
|
|
16
17
|
private static var isHandleAirbridgeDeeplinkOnly: Bool = false
|
|
@@ -26,10 +27,12 @@ public class AirbridgeReactNative: NSObject {
|
|
|
26
27
|
name: String,
|
|
27
28
|
token: String
|
|
28
29
|
) {
|
|
30
|
+
loadedAirbridgeJSON = loadAirbridgeJSON()
|
|
31
|
+
|
|
29
32
|
initializeSDK(
|
|
30
33
|
name: name,
|
|
31
34
|
token: token,
|
|
32
|
-
airbridgeJSON:
|
|
35
|
+
airbridgeJSON: loadedAirbridgeJSON
|
|
33
36
|
)
|
|
34
37
|
}
|
|
35
38
|
|
|
@@ -39,13 +42,15 @@ public class AirbridgeReactNative: NSObject {
|
|
|
39
42
|
token: String,
|
|
40
43
|
airbridgeJSON: [AnyHashable: Any]?
|
|
41
44
|
) {
|
|
42
|
-
loadedAirbridgeJSON
|
|
45
|
+
if (loadedAirbridgeJSON == nil) {
|
|
46
|
+
loadedAirbridgeJSON = loadAirbridgeJSON()
|
|
47
|
+
}
|
|
43
48
|
|
|
44
49
|
setExtraOptions(airbridgeJSON: airbridgeJSON)
|
|
45
50
|
|
|
46
51
|
Airbridge.initializeSDK(
|
|
47
52
|
option: AirbridgeOptionBuilder(name: name, token: token)
|
|
48
|
-
.setAirbridgeJSON(airbridgeJSON
|
|
53
|
+
.setAirbridgeJSON(airbridgeJSON)
|
|
49
54
|
.setSDKDevelopmentPlatform(getSDKDevelopmentPlatform())
|
|
50
55
|
.setSDKAttributes(getWrapperSDKAttributes())
|
|
51
56
|
.setOnAttributionReceived { attribution in
|
package/package.json
CHANGED
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
);
|
|
467
467
|
runOnlyForDeploymentPostprocessing = 0;
|
|
468
468
|
shellPath = /bin/sh;
|
|
469
|
-
shellScript = "echo '{\"wrapperName\": \"airbridge-react-native-sdk\", \"wrapperVersion\": \"4.2.
|
|
469
|
+
shellScript = "echo '{\"wrapperName\": \"airbridge-react-native-sdk\", \"wrapperVersion\": \"4.2.1\"}' > \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LibraryInfo.json\"\n";
|
|
470
470
|
};
|
|
471
471
|
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
|
|
472
472
|
isa = PBXShellScriptBuildPhase;
|
package/qa/ios/Podfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PODS:
|
|
2
2
|
- airbridge-ios-sdk (4.2.2)
|
|
3
3
|
- airbridge-ios-sdk-qa-library (4.2.2)
|
|
4
|
-
- airbridge-react-native-sdk (4.2.
|
|
4
|
+
- airbridge-react-native-sdk (4.2.1):
|
|
5
5
|
- airbridge-ios-sdk (= 4.2.2)
|
|
6
6
|
- React
|
|
7
7
|
- boost (1.84.0)
|
|
@@ -1944,7 +1944,7 @@ EXTERNAL SOURCES:
|
|
|
1944
1944
|
SPEC CHECKSUMS:
|
|
1945
1945
|
airbridge-ios-sdk: dc9373851397d23b5930966454af805929102c3d
|
|
1946
1946
|
airbridge-ios-sdk-qa-library: 7d41cc83c37fb8e30487eccf0a209d493f6672c1
|
|
1947
|
-
airbridge-react-native-sdk:
|
|
1947
|
+
airbridge-react-native-sdk: 306e16b6edefacb117b9cb202aa96e8edcd239e5
|
|
1948
1948
|
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
|
|
1949
1949
|
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
|
|
1950
1950
|
FBAEMKit: e34530df538b8eb8aeb53c35867715ba6c63ef0c
|
|
@@ -1964,70 +1964,70 @@ SPEC CHECKSUMS:
|
|
|
1964
1964
|
hermes-engine: e949b1da40409c52aa7bd79ff32cec045f5b4650
|
|
1965
1965
|
nanopb: 438bc412db1928dac798aa6fd75726007be04262
|
|
1966
1966
|
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
|
|
1967
|
-
RCT-Folly:
|
|
1967
|
+
RCT-Folly: 34124ae2e667a0e5f0ea378db071d27548124321
|
|
1968
1968
|
RCTDeprecation: bc01aeeb7acc314fc615a092001050d2e97c353a
|
|
1969
1969
|
RCTRequired: a511d4665e1f7ac044aad6486aa19d061bd2d365
|
|
1970
1970
|
RCTTypeSafety: e77969bb08d920251de98b1fc1df223d7039c1ff
|
|
1971
1971
|
React: d7184b3f39c367504fe746f26b9d68a1dff0085b
|
|
1972
1972
|
React-callinvoker: 45fca04012bbc94978d3655007339dcf1a5232fd
|
|
1973
|
-
React-Core:
|
|
1974
|
-
React-CoreModules:
|
|
1975
|
-
React-cxxreact:
|
|
1973
|
+
React-Core: f29aa5a11399a06d4604fa19b7a9a42672e92b77
|
|
1974
|
+
React-CoreModules: 984c3c8c5633cd51d385e74c1d0232a48f4ca91c
|
|
1975
|
+
React-cxxreact: 586b99147cb95554032b61307b1f16842a9ab632
|
|
1976
1976
|
React-debug: 352c197132c626eddc6a1cd76e2697d1f2c8aaf2
|
|
1977
|
-
React-defaultsnativemodule:
|
|
1978
|
-
React-domnativemodule:
|
|
1979
|
-
React-Fabric:
|
|
1980
|
-
React-FabricComponents:
|
|
1981
|
-
React-FabricImage:
|
|
1977
|
+
React-defaultsnativemodule: 20499e69bd8e772ff2b0d33d9eafd0e1133ae64b
|
|
1978
|
+
React-domnativemodule: b6770222363b4a1efeface8ee0510a96d32229af
|
|
1979
|
+
React-Fabric: 62e898d7e1b6e8796d16cbcd090c052bc925199d
|
|
1980
|
+
React-FabricComponents: ea8cd47f0e7ecc7575919c7b1270ad9f5d9f363a
|
|
1981
|
+
React-FabricImage: b636c0c182685ff997a6e69cb6da67f5bb215920
|
|
1982
1982
|
React-featureflags: eb9f39413a653bd71a3eade6cafcefbc90bf7453
|
|
1983
|
-
React-featureflagsnativemodule:
|
|
1984
|
-
React-graphics:
|
|
1985
|
-
React-hermes:
|
|
1986
|
-
React-idlecallbacksnativemodule:
|
|
1987
|
-
React-ImageManager:
|
|
1988
|
-
React-jserrorhandler:
|
|
1989
|
-
React-jsi:
|
|
1990
|
-
React-jsiexecutor:
|
|
1991
|
-
React-jsinspector:
|
|
1992
|
-
React-jsitracing:
|
|
1993
|
-
React-logger:
|
|
1994
|
-
React-Mapbuffer:
|
|
1995
|
-
React-microtasksnativemodule:
|
|
1996
|
-
react-native-native-log:
|
|
1997
|
-
react-native-safe-area-context:
|
|
1998
|
-
react-native-simple-toast:
|
|
1999
|
-
react-native-webview:
|
|
1983
|
+
React-featureflagsnativemodule: 0e55cb4f68c8de37b12966793df2134ad9e2f580
|
|
1984
|
+
React-graphics: 146003496c10b3fcb928e53a43d54a90a871a1bc
|
|
1985
|
+
React-hermes: 4a18803737f2332dc35d895bec765d642433b08c
|
|
1986
|
+
React-idlecallbacksnativemodule: 73d467840261d38b1309917919b159d49bf61ea0
|
|
1987
|
+
React-ImageManager: c0a9bb2be7602e31c8bb51554bc2ff3cc266fab9
|
|
1988
|
+
React-jserrorhandler: 44c17947a0f723f9092d7c5ad1de1c4024829a97
|
|
1989
|
+
React-jsi: 5748b5650fbd60bdb45fe6e54b44989dae1cc34f
|
|
1990
|
+
React-jsiexecutor: 8118b48576d215094ca27abe5fb55b7f4c9cd796
|
|
1991
|
+
React-jsinspector: 68aec6d3d6057ba3d25851238c1d87a6967eb9e4
|
|
1992
|
+
React-jsitracing: ffe8e4616d556e27c0932bbc2b3a418da5aebb17
|
|
1993
|
+
React-logger: 11533686221afc574eeee73f7e0ad1f9787dd52f
|
|
1994
|
+
React-Mapbuffer: 256f4499192c75419e788e1dc0510d7eb2ca2fb6
|
|
1995
|
+
React-microtasksnativemodule: f00aca09de0180639040ba7823bd56d295bebd2c
|
|
1996
|
+
react-native-native-log: b6d4756019312793917f89e988b204eb939ed24c
|
|
1997
|
+
react-native-safe-area-context: 758e894ca5a9bd1868d2a9cfbca7326a2b6bf9dc
|
|
1998
|
+
react-native-simple-toast: 4c9cc976cb92b6e5fb555e7c57fce38b90a56d07
|
|
1999
|
+
react-native-webview: 286356dfd10655a87a61f8192037904fec3c4921
|
|
2000
2000
|
React-nativeconfig: 7af2ccce165f86b233a9f9d63295f6207e62640e
|
|
2001
|
-
React-NativeModulesApple:
|
|
2001
|
+
React-NativeModulesApple: 6861baf05010ce6aa9fb407ed0a54f5b29552f73
|
|
2002
2002
|
React-perflogger: 7c4e97b47d8bc58c03fad1a6b97d96181b59aa41
|
|
2003
|
-
React-performancetimeline:
|
|
2003
|
+
React-performancetimeline: 21e2172fc988e71a9a288fa57c41da4870770ce6
|
|
2004
2004
|
React-RCTActionSheet: 4d320d60f7343d15c681b4a3cb44fcf1e1d319a7
|
|
2005
|
-
React-RCTAnimation:
|
|
2006
|
-
React-RCTAppDelegate:
|
|
2007
|
-
React-RCTBlob:
|
|
2008
|
-
React-RCTFabric:
|
|
2009
|
-
React-RCTImage:
|
|
2010
|
-
React-RCTLinking:
|
|
2011
|
-
React-RCTNetwork:
|
|
2012
|
-
React-RCTSettings:
|
|
2013
|
-
React-RCTText:
|
|
2014
|
-
React-RCTVibration:
|
|
2005
|
+
React-RCTAnimation: 8e286f1bdf2ce49be337cd88d487ca75c5be7b17
|
|
2006
|
+
React-RCTAppDelegate: 000dd400a0796549698511cf9960957a377f277d
|
|
2007
|
+
React-RCTBlob: ad1988b6ec8adb557ea705cb364e9a75112bacf6
|
|
2008
|
+
React-RCTFabric: 4e7d671cc9b6961a4331e607fa8ac86f03f11b3f
|
|
2009
|
+
React-RCTImage: 1da26c1cfb7594847ff4c6874e076a63f3290508
|
|
2010
|
+
React-RCTLinking: 87dc35744c32db2578f63a7454a2a8f87d788142
|
|
2011
|
+
React-RCTNetwork: 96530e272e24a374e942bfcb0e0d9395fc6a9da5
|
|
2012
|
+
React-RCTSettings: 181f949ad273bdc1915ececfe9258d36f51e1b77
|
|
2013
|
+
React-RCTText: c977f49e85e46ee1b109633fccac50d6738bec1d
|
|
2014
|
+
React-RCTVibration: e1ce7248ef1b820d6d2fe11e6690263c88dc54bd
|
|
2015
2015
|
React-rendererconsistency: 10d49d3d663e52b28fac749543473207f0dd411e
|
|
2016
|
-
React-rendererdebug:
|
|
2016
|
+
React-rendererdebug: b3eb4e09a3f7d09acc9c0ff00ba527fe88dc1fd0
|
|
2017
2017
|
React-rncore: 2f9b482f627d8854a0b247e78119764d73d42335
|
|
2018
|
-
React-RuntimeApple:
|
|
2019
|
-
React-RuntimeCore:
|
|
2018
|
+
React-RuntimeApple: 9f28ce7a5c58657fcc7285b59b69af3c8a26d13a
|
|
2019
|
+
React-RuntimeCore: cf5ed9e0282fb3235805df42b5fb62c07426cc32
|
|
2020
2020
|
React-runtimeexecutor: 7f3bb572e57574f0e45338f2e33339d1b712e7ea
|
|
2021
|
-
React-RuntimeHermes:
|
|
2022
|
-
React-runtimescheduler:
|
|
2023
|
-
React-utils:
|
|
2024
|
-
ReactCodegen:
|
|
2025
|
-
ReactCommon:
|
|
2026
|
-
RNCMaskedView:
|
|
2027
|
-
RNFBApp:
|
|
2028
|
-
RNFBMessaging:
|
|
2029
|
-
RNGestureHandler:
|
|
2030
|
-
RNScreens:
|
|
2021
|
+
React-RuntimeHermes: 97e3ecb2a84308268ff43c32fdadb725bb0eb216
|
|
2022
|
+
React-runtimescheduler: 9dd943100ab75bf6d444ffa30cfccdcc62a3b063
|
|
2023
|
+
React-utils: eae7aa27b3c164329f3f66384a8cdb70c4d8cf44
|
|
2024
|
+
ReactCodegen: 402359d3205477a4475bc1628077e44a44fde994
|
|
2025
|
+
ReactCommon: f28ff9e3fc196dae898b463ed40f241621a023ef
|
|
2026
|
+
RNCMaskedView: e2e87cbd6366581943892b44176e7976ff988dfd
|
|
2027
|
+
RNFBApp: 0e66b9f844efdf2ac3fa2b30e64c9db41a263b3d
|
|
2028
|
+
RNFBMessaging: 70b12c9f22c7c9d5011ac9b12ac2bafbfb081267
|
|
2029
|
+
RNGestureHandler: 5b24d10761754ad271b714e536c457fd89b17c54
|
|
2030
|
+
RNScreens: 35bb8e81aeccf111baa0ea01a54231390dbbcfd9
|
|
2031
2031
|
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
|
|
2032
2032
|
Toast: 1f5ea13423a1e6674c4abdac5be53587ae481c4e
|
|
2033
2033
|
Yoga: 06fc4b2c3664ae0e278964b8fbcb0ee9d21f0a5a
|
package/qa/package-lock.json
CHANGED