@snowplow/react-native-tracker 2.1.1 → 4.0.2-dev.0
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/LICENSE +29 -203
- package/README.md +59 -143
- package/dist/index.cjs.d.ts +499 -0
- package/dist/index.cjs.js +2656 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.cjs.min.d.ts +499 -0
- package/dist/index.cjs.min.js +63 -0
- package/dist/index.cjs.min.js.map +1 -0
- package/dist/index.module.d.ts +499 -0
- package/dist/index.module.js +250 -0
- package/dist/index.module.js.map +1 -0
- package/package.json +48 -158
- package/.editorconfig +0 -15
- package/.eslintignore +0 -6
- package/.gitattributes +0 -3
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -29
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/.github/actions/setup/action.yml +0 -28
- package/.github/workflows/build.yml +0 -155
- package/.github/workflows/deploy.yml +0 -97
- package/.github/workflows/e2e-android.yml +0 -121
- package/.github/workflows/e2e-ios.yml +0 -95
- package/.github/workflows/snyk.yml +0 -21
- package/.gitignore +0 -70
- package/.npmignore +0 -60
- package/.nvmrc +0 -1
- package/.watchmanconfig +0 -1
- package/.yarnrc +0 -3
- package/CHANGELOG +0 -180
- package/CONTRIBUTING.md +0 -80
- package/android/build.gradle +0 -110
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/android/gradle.properties +0 -5
- package/android/gradlew +0 -234
- package/android/gradlew.bat +0 -89
- package/android/src/main/AndroidManifest.xml +0 -3
- package/android/src/main/AndroidManifestNew.xml +0 -2
- package/android/src/main/java/com/snowplow/reactnativetracker/ReactNativeTrackerModule.kt +0 -744
- package/android/src/main/java/com/snowplow/reactnativetracker/ReactNativeTrackerPackage.kt +0 -17
- package/android/src/main/java/com/snowplow/reactnativetracker/util/ConfigUtil.kt +0 -274
- package/android/src/main/java/com/snowplow/reactnativetracker/util/EventUtil.kt +0 -233
- package/android/src/main/java/com/snowplow/reactnativetracker/util/TrackerVersion.kt +0 -5
- package/babel.config.js +0 -3
- package/example/.watchmanconfig +0 -1
- package/example/Gemfile +0 -6
- package/example/android/app/build.gradle +0 -129
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -10
- package/example/android/app/src/androidTest/java/com/reactnativetrackerexample/DetoxTest.java +0 -36
- package/example/android/app/src/androidTest/java/com/reactnativetrackerexample/DetoxTestAppJUnitRunner.java +0 -21
- package/example/android/app/src/debug/AndroidManifest.xml +0 -13
- package/example/android/app/src/debug/java/com/reactnativetrackerexample/ReactNativeFlipper.java +0 -75
- package/example/android/app/src/main/AndroidManifest.xml +0 -26
- package/example/android/app/src/main/java/com/reactnativetrackerexample/MainActivity.java +0 -32
- package/example/android/app/src/main/java/com/reactnativetrackerexample/MainApplication.java +0 -62
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/values/strings.xml +0 -3
- package/example/android/app/src/main/res/values/styles.xml +0 -9
- package/example/android/app/src/release/java/com/reactnativetrackerexample/ReactNativeFlipper.java +0 -20
- package/example/android/build.gradle +0 -31
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/example/android/gradle.properties +0 -44
- package/example/android/gradlew +0 -244
- package/example/android/gradlew.bat +0 -92
- package/example/android/settings.gradle +0 -4
- package/example/app.json +0 -4
- package/example/babel.config.js +0 -17
- package/example/detox.config.js +0 -92
- package/example/e2e/config.json +0 -10
- package/example/e2e/emitEvents.e2e.detox.js +0 -95
- package/example/e2e/environment.js +0 -23
- package/example/e2e/helpers/microCommands.js +0 -140
- package/example/e2e/helpers/microHelpers.js +0 -333
- package/example/e2e/helpers/microHelpers.test.js +0 -295
- package/example/e2e/helpers/schemas.js +0 -49
- package/example/e2e/jest.config.js +0 -16
- package/example/e2e/setup.js +0 -4
- package/example/e2e/testEvents.micro.test.js +0 -287
- package/example/index.js +0 -5
- package/example/ios/.xcode.env +0 -11
- package/example/ios/Podfile +0 -62
- package/example/ios/Podfile.lock +0 -730
- package/example/ios/ReactNativeTrackerExample/AppDelegate.h +0 -6
- package/example/ios/ReactNativeTrackerExample/AppDelegate.mm +0 -26
- package/example/ios/ReactNativeTrackerExample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
- package/example/ios/ReactNativeTrackerExample/Images.xcassets/Contents.json +0 -6
- package/example/ios/ReactNativeTrackerExample/Info.plist +0 -55
- package/example/ios/ReactNativeTrackerExample/LaunchScreen.storyboard +0 -47
- package/example/ios/ReactNativeTrackerExample/PrivacyInfo.xcprivacy +0 -37
- package/example/ios/ReactNativeTrackerExample/main.m +0 -10
- package/example/ios/ReactNativeTrackerExample-Bridging-Header.h +0 -3
- package/example/ios/ReactNativeTrackerExample.xcodeproj/project.pbxproj +0 -739
- package/example/ios/ReactNativeTrackerExample.xcodeproj/xcshareddata/xcschemes/ReactNativeTrackerExample.xcscheme +0 -88
- package/example/ios/ReactNativeTrackerExample.xcworkspace/contents.xcworkspacedata +0 -10
- package/example/ios/ReactNativeTrackerExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/example/ios/ReactNativeTrackerExampleTests/Info.plist +0 -24
- package/example/ios/ReactNativeTrackerExampleTests/ReactNativeTrackerExampleTests.m +0 -66
- package/example/metro.config.js +0 -45
- package/example/package.json +0 -54
- package/example/react-native.config.js +0 -10
- package/example/src/App.js +0 -566
- package/example/tsconfig.json +0 -5
- package/example/yarn.lock +0 -7703
- package/ios/ReactNativeTracker-Bridging-Header.h +0 -2
- package/ios/ReactNativeTracker.mm +0 -175
- package/ios/ReactNativeTracker.swift +0 -822
- package/ios/ReactNativeTracker.xcodeproj/project.pbxproj +0 -301
- package/ios/Util/ConfigUtils.swift +0 -209
- package/ios/Util/TrackerVersion.swift +0 -3
- package/ios/Util/Utilities.swift +0 -37
- package/lefthook.yml +0 -11
- package/lib/commonjs/api.js +0 -490
- package/lib/commonjs/api.js.map +0 -1
- package/lib/commonjs/configurations.js +0 -196
- package/lib/commonjs/configurations.js.map +0 -1
- package/lib/commonjs/constants.js +0 -77
- package/lib/commonjs/constants.js.map +0 -1
- package/lib/commonjs/events.js +0 -277
- package/lib/commonjs/events.js.map +0 -1
- package/lib/commonjs/index.js +0 -132
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/jsCore.js +0 -427
- package/lib/commonjs/jsCore.js.map +0 -1
- package/lib/commonjs/native.js +0 -16
- package/lib/commonjs/native.js.map +0 -1
- package/lib/commonjs/subject.js +0 -235
- package/lib/commonjs/subject.js.map +0 -1
- package/lib/commonjs/tracker.js +0 -248
- package/lib/commonjs/tracker.js.map +0 -1
- package/lib/commonjs/types.js +0 -2
- package/lib/commonjs/types.js.map +0 -1
- package/lib/commonjs/utils.js +0 -72
- package/lib/commonjs/utils.js.map +0 -1
- package/lib/commonjs/webViewInterface.js +0 -66
- package/lib/commonjs/webViewInterface.js.map +0 -1
- package/lib/module/api.js +0 -452
- package/lib/module/api.js.map +0 -1
- package/lib/module/configurations.js +0 -184
- package/lib/module/configurations.js.map +0 -1
- package/lib/module/constants.js +0 -72
- package/lib/module/constants.js.map +0 -1
- package/lib/module/events.js +0 -259
- package/lib/module/events.js.map +0 -1
- package/lib/module/index.js +0 -120
- package/lib/module/index.js.map +0 -1
- package/lib/module/jsCore.js +0 -424
- package/lib/module/jsCore.js.map +0 -1
- package/lib/module/native.js +0 -12
- package/lib/module/native.js.map +0 -1
- package/lib/module/subject.js +0 -222
- package/lib/module/subject.js.map +0 -1
- package/lib/module/tracker.js +0 -234
- package/lib/module/tracker.js.map +0 -1
- package/lib/module/types.js +0 -2
- package/lib/module/types.js.map +0 -1
- package/lib/module/utils.js +0 -66
- package/lib/module/utils.js.map +0 -1
- package/lib/module/webViewInterface.js +0 -62
- package/lib/module/webViewInterface.js.map +0 -1
- package/lib/typescript/__tests__/api.test.d.ts +0 -2
- package/lib/typescript/__tests__/api.test.d.ts.map +0 -1
- package/lib/typescript/__tests__/configurations.test.d.ts +0 -2
- package/lib/typescript/__tests__/configurations.test.d.ts.map +0 -1
- package/lib/typescript/__tests__/events.test.d.ts +0 -2
- package/lib/typescript/__tests__/events.test.d.ts.map +0 -1
- package/lib/typescript/__tests__/index.test.d.ts +0 -2
- package/lib/typescript/__tests__/index.test.d.ts.map +0 -1
- package/lib/typescript/__tests__/jsCore.test.d.ts +0 -2
- package/lib/typescript/__tests__/jsCore.test.d.ts.map +0 -1
- package/lib/typescript/__tests__/utils.test.d.ts +0 -2
- package/lib/typescript/__tests__/utils.test.d.ts.map +0 -1
- package/lib/typescript/api.d.ts +0 -240
- package/lib/typescript/api.d.ts.map +0 -1
- package/lib/typescript/configurations.d.ts +0 -73
- package/lib/typescript/configurations.d.ts.map +0 -1
- package/lib/typescript/constants.d.ts +0 -64
- package/lib/typescript/constants.d.ts.map +0 -1
- package/lib/typescript/events.d.ts +0 -115
- package/lib/typescript/events.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -27
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/jsCore.d.ts +0 -152
- package/lib/typescript/jsCore.d.ts.map +0 -1
- package/lib/typescript/native.d.ts +0 -4
- package/lib/typescript/native.d.ts.map +0 -1
- package/lib/typescript/subject.d.ts +0 -91
- package/lib/typescript/subject.d.ts.map +0 -1
- package/lib/typescript/tracker.d.ts +0 -111
- package/lib/typescript/tracker.d.ts.map +0 -1
- package/lib/typescript/types.d.ts +0 -981
- package/lib/typescript/types.d.ts.map +0 -1
- package/lib/typescript/utils.d.ts +0 -35
- package/lib/typescript/utils.d.ts.map +0 -1
- package/lib/typescript/webViewInterface.d.ts +0 -15
- package/lib/typescript/webViewInterface.d.ts.map +0 -1
- package/scripts/bootstrap.js +0 -29
- package/snowplow-react-native-tracker.podspec +0 -42
- package/src/__mocks__/react-native.js +0 -7
- package/src/__tests__/api.test.ts +0 -21
- package/src/__tests__/configurations.test.ts +0 -608
- package/src/__tests__/events.test.ts +0 -736
- package/src/__tests__/index.test.ts +0 -14
- package/src/__tests__/jsCore.test.ts +0 -199
- package/src/__tests__/utils.test.ts +0 -10
- package/src/api.ts +0 -556
- package/src/configurations.ts +0 -325
- package/src/constants.ts +0 -97
- package/src/events.ts +0 -355
- package/src/index.ts +0 -184
- package/src/jsCore.ts +0 -603
- package/src/native.ts +0 -21
- package/src/subject.ts +0 -302
- package/src/tracker.ts +0 -377
- package/src/types.ts +0 -1162
- package/src/utils.ts +0 -65
- package/src/webViewInterface.ts +0 -92
- package/tsconfig.build.json +0 -5
- package/tsconfig.json +0 -28
- package/turbo.json +0 -34
- package/yarn.lock +0 -9398
package/example/ios/Podfile.lock
DELETED
|
@@ -1,730 +0,0 @@
|
|
|
1
|
-
PODS:
|
|
2
|
-
- boost (1.76.0)
|
|
3
|
-
- CocoaAsyncSocket (7.6.5)
|
|
4
|
-
- DoubleConversion (1.1.6)
|
|
5
|
-
- FBLazyVector (0.72.15)
|
|
6
|
-
- FBReactNativeSpec (0.72.15):
|
|
7
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
8
|
-
- RCTRequired (= 0.72.15)
|
|
9
|
-
- RCTTypeSafety (= 0.72.15)
|
|
10
|
-
- React-Core (= 0.72.15)
|
|
11
|
-
- React-jsi (= 0.72.15)
|
|
12
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
13
|
-
- Flipper (0.182.0):
|
|
14
|
-
- Flipper-Folly (~> 2.6)
|
|
15
|
-
- Flipper-Boost-iOSX (1.76.0.1.11)
|
|
16
|
-
- Flipper-DoubleConversion (3.2.0.1)
|
|
17
|
-
- Flipper-Fmt (7.1.7)
|
|
18
|
-
- Flipper-Folly (2.6.10):
|
|
19
|
-
- Flipper-Boost-iOSX
|
|
20
|
-
- Flipper-DoubleConversion
|
|
21
|
-
- Flipper-Fmt (= 7.1.7)
|
|
22
|
-
- Flipper-Glog
|
|
23
|
-
- libevent (~> 2.1.12)
|
|
24
|
-
- OpenSSL-Universal (= 1.1.1100)
|
|
25
|
-
- Flipper-Glog (0.5.0.5)
|
|
26
|
-
- Flipper-PeerTalk (0.0.4)
|
|
27
|
-
- FlipperKit (0.182.0):
|
|
28
|
-
- FlipperKit/Core (= 0.182.0)
|
|
29
|
-
- FlipperKit/Core (0.182.0):
|
|
30
|
-
- Flipper (~> 0.182.0)
|
|
31
|
-
- FlipperKit/CppBridge
|
|
32
|
-
- FlipperKit/FBCxxFollyDynamicConvert
|
|
33
|
-
- FlipperKit/FBDefines
|
|
34
|
-
- FlipperKit/FKPortForwarding
|
|
35
|
-
- SocketRocket (~> 0.6.0)
|
|
36
|
-
- FlipperKit/CppBridge (0.182.0):
|
|
37
|
-
- Flipper (~> 0.182.0)
|
|
38
|
-
- FlipperKit/FBCxxFollyDynamicConvert (0.182.0):
|
|
39
|
-
- Flipper-Folly (~> 2.6)
|
|
40
|
-
- FlipperKit/FBDefines (0.182.0)
|
|
41
|
-
- FlipperKit/FKPortForwarding (0.182.0):
|
|
42
|
-
- CocoaAsyncSocket (~> 7.6)
|
|
43
|
-
- Flipper-PeerTalk (~> 0.0.4)
|
|
44
|
-
- FlipperKit/FlipperKitHighlightOverlay (0.182.0)
|
|
45
|
-
- FlipperKit/FlipperKitLayoutHelpers (0.182.0):
|
|
46
|
-
- FlipperKit/Core
|
|
47
|
-
- FlipperKit/FlipperKitHighlightOverlay
|
|
48
|
-
- FlipperKit/FlipperKitLayoutTextSearchable
|
|
49
|
-
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.182.0):
|
|
50
|
-
- FlipperKit/Core
|
|
51
|
-
- FlipperKit/FlipperKitHighlightOverlay
|
|
52
|
-
- FlipperKit/FlipperKitLayoutHelpers
|
|
53
|
-
- YogaKit (~> 1.18)
|
|
54
|
-
- FlipperKit/FlipperKitLayoutPlugin (0.182.0):
|
|
55
|
-
- FlipperKit/Core
|
|
56
|
-
- FlipperKit/FlipperKitHighlightOverlay
|
|
57
|
-
- FlipperKit/FlipperKitLayoutHelpers
|
|
58
|
-
- FlipperKit/FlipperKitLayoutIOSDescriptors
|
|
59
|
-
- FlipperKit/FlipperKitLayoutTextSearchable
|
|
60
|
-
- YogaKit (~> 1.18)
|
|
61
|
-
- FlipperKit/FlipperKitLayoutTextSearchable (0.182.0)
|
|
62
|
-
- FlipperKit/FlipperKitNetworkPlugin (0.182.0):
|
|
63
|
-
- FlipperKit/Core
|
|
64
|
-
- FlipperKit/FlipperKitReactPlugin (0.182.0):
|
|
65
|
-
- FlipperKit/Core
|
|
66
|
-
- FlipperKit/FlipperKitUserDefaultsPlugin (0.182.0):
|
|
67
|
-
- FlipperKit/Core
|
|
68
|
-
- FlipperKit/SKIOSNetworkPlugin (0.182.0):
|
|
69
|
-
- FlipperKit/Core
|
|
70
|
-
- FlipperKit/FlipperKitNetworkPlugin
|
|
71
|
-
- fmt (6.2.1)
|
|
72
|
-
- glog (0.3.5)
|
|
73
|
-
- hermes-engine (0.72.15):
|
|
74
|
-
- hermes-engine/Pre-built (= 0.72.15)
|
|
75
|
-
- hermes-engine/Pre-built (0.72.15)
|
|
76
|
-
- libevent (2.1.12)
|
|
77
|
-
- OpenSSL-Universal (1.1.1100)
|
|
78
|
-
- RCT-Folly (2021.07.22.00):
|
|
79
|
-
- boost
|
|
80
|
-
- DoubleConversion
|
|
81
|
-
- fmt (~> 6.2.1)
|
|
82
|
-
- glog
|
|
83
|
-
- RCT-Folly/Default (= 2021.07.22.00)
|
|
84
|
-
- RCT-Folly/Default (2021.07.22.00):
|
|
85
|
-
- boost
|
|
86
|
-
- DoubleConversion
|
|
87
|
-
- fmt (~> 6.2.1)
|
|
88
|
-
- glog
|
|
89
|
-
- RCT-Folly/Futures (2021.07.22.00):
|
|
90
|
-
- boost
|
|
91
|
-
- DoubleConversion
|
|
92
|
-
- fmt (~> 6.2.1)
|
|
93
|
-
- glog
|
|
94
|
-
- libevent
|
|
95
|
-
- RCTRequired (0.72.15)
|
|
96
|
-
- RCTTypeSafety (0.72.15):
|
|
97
|
-
- FBLazyVector (= 0.72.15)
|
|
98
|
-
- RCTRequired (= 0.72.15)
|
|
99
|
-
- React-Core (= 0.72.15)
|
|
100
|
-
- React (0.72.15):
|
|
101
|
-
- React-Core (= 0.72.15)
|
|
102
|
-
- React-Core/DevSupport (= 0.72.15)
|
|
103
|
-
- React-Core/RCTWebSocket (= 0.72.15)
|
|
104
|
-
- React-RCTActionSheet (= 0.72.15)
|
|
105
|
-
- React-RCTAnimation (= 0.72.15)
|
|
106
|
-
- React-RCTBlob (= 0.72.15)
|
|
107
|
-
- React-RCTImage (= 0.72.15)
|
|
108
|
-
- React-RCTLinking (= 0.72.15)
|
|
109
|
-
- React-RCTNetwork (= 0.72.15)
|
|
110
|
-
- React-RCTSettings (= 0.72.15)
|
|
111
|
-
- React-RCTText (= 0.72.15)
|
|
112
|
-
- React-RCTVibration (= 0.72.15)
|
|
113
|
-
- React-callinvoker (0.72.15)
|
|
114
|
-
- React-Codegen (0.72.15):
|
|
115
|
-
- DoubleConversion
|
|
116
|
-
- FBReactNativeSpec
|
|
117
|
-
- glog
|
|
118
|
-
- hermes-engine
|
|
119
|
-
- RCT-Folly
|
|
120
|
-
- RCTRequired
|
|
121
|
-
- RCTTypeSafety
|
|
122
|
-
- React-Core
|
|
123
|
-
- React-jsi
|
|
124
|
-
- React-jsiexecutor
|
|
125
|
-
- React-NativeModulesApple
|
|
126
|
-
- React-rncore
|
|
127
|
-
- ReactCommon/turbomodule/bridging
|
|
128
|
-
- ReactCommon/turbomodule/core
|
|
129
|
-
- React-Core (0.72.15):
|
|
130
|
-
- glog
|
|
131
|
-
- hermes-engine
|
|
132
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
133
|
-
- React-Core/Default (= 0.72.15)
|
|
134
|
-
- React-cxxreact
|
|
135
|
-
- React-hermes
|
|
136
|
-
- React-jsi
|
|
137
|
-
- React-jsiexecutor
|
|
138
|
-
- React-perflogger
|
|
139
|
-
- React-runtimeexecutor
|
|
140
|
-
- React-utils
|
|
141
|
-
- SocketRocket (= 0.6.1)
|
|
142
|
-
- Yoga
|
|
143
|
-
- React-Core/CoreModulesHeaders (0.72.15):
|
|
144
|
-
- glog
|
|
145
|
-
- hermes-engine
|
|
146
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
147
|
-
- React-Core/Default
|
|
148
|
-
- React-cxxreact
|
|
149
|
-
- React-hermes
|
|
150
|
-
- React-jsi
|
|
151
|
-
- React-jsiexecutor
|
|
152
|
-
- React-perflogger
|
|
153
|
-
- React-runtimeexecutor
|
|
154
|
-
- React-utils
|
|
155
|
-
- SocketRocket (= 0.6.1)
|
|
156
|
-
- Yoga
|
|
157
|
-
- React-Core/Default (0.72.15):
|
|
158
|
-
- glog
|
|
159
|
-
- hermes-engine
|
|
160
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
161
|
-
- React-cxxreact
|
|
162
|
-
- React-hermes
|
|
163
|
-
- React-jsi
|
|
164
|
-
- React-jsiexecutor
|
|
165
|
-
- React-perflogger
|
|
166
|
-
- React-runtimeexecutor
|
|
167
|
-
- React-utils
|
|
168
|
-
- SocketRocket (= 0.6.1)
|
|
169
|
-
- Yoga
|
|
170
|
-
- React-Core/DevSupport (0.72.15):
|
|
171
|
-
- glog
|
|
172
|
-
- hermes-engine
|
|
173
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
174
|
-
- React-Core/Default (= 0.72.15)
|
|
175
|
-
- React-Core/RCTWebSocket (= 0.72.15)
|
|
176
|
-
- React-cxxreact
|
|
177
|
-
- React-hermes
|
|
178
|
-
- React-jsi
|
|
179
|
-
- React-jsiexecutor
|
|
180
|
-
- React-jsinspector (= 0.72.15)
|
|
181
|
-
- React-perflogger
|
|
182
|
-
- React-runtimeexecutor
|
|
183
|
-
- React-utils
|
|
184
|
-
- SocketRocket (= 0.6.1)
|
|
185
|
-
- Yoga
|
|
186
|
-
- React-Core/RCTActionSheetHeaders (0.72.15):
|
|
187
|
-
- glog
|
|
188
|
-
- hermes-engine
|
|
189
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
190
|
-
- React-Core/Default
|
|
191
|
-
- React-cxxreact
|
|
192
|
-
- React-hermes
|
|
193
|
-
- React-jsi
|
|
194
|
-
- React-jsiexecutor
|
|
195
|
-
- React-perflogger
|
|
196
|
-
- React-runtimeexecutor
|
|
197
|
-
- React-utils
|
|
198
|
-
- SocketRocket (= 0.6.1)
|
|
199
|
-
- Yoga
|
|
200
|
-
- React-Core/RCTAnimationHeaders (0.72.15):
|
|
201
|
-
- glog
|
|
202
|
-
- hermes-engine
|
|
203
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
204
|
-
- React-Core/Default
|
|
205
|
-
- React-cxxreact
|
|
206
|
-
- React-hermes
|
|
207
|
-
- React-jsi
|
|
208
|
-
- React-jsiexecutor
|
|
209
|
-
- React-perflogger
|
|
210
|
-
- React-runtimeexecutor
|
|
211
|
-
- React-utils
|
|
212
|
-
- SocketRocket (= 0.6.1)
|
|
213
|
-
- Yoga
|
|
214
|
-
- React-Core/RCTBlobHeaders (0.72.15):
|
|
215
|
-
- glog
|
|
216
|
-
- hermes-engine
|
|
217
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
218
|
-
- React-Core/Default
|
|
219
|
-
- React-cxxreact
|
|
220
|
-
- React-hermes
|
|
221
|
-
- React-jsi
|
|
222
|
-
- React-jsiexecutor
|
|
223
|
-
- React-perflogger
|
|
224
|
-
- React-runtimeexecutor
|
|
225
|
-
- React-utils
|
|
226
|
-
- SocketRocket (= 0.6.1)
|
|
227
|
-
- Yoga
|
|
228
|
-
- React-Core/RCTImageHeaders (0.72.15):
|
|
229
|
-
- glog
|
|
230
|
-
- hermes-engine
|
|
231
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
232
|
-
- React-Core/Default
|
|
233
|
-
- React-cxxreact
|
|
234
|
-
- React-hermes
|
|
235
|
-
- React-jsi
|
|
236
|
-
- React-jsiexecutor
|
|
237
|
-
- React-perflogger
|
|
238
|
-
- React-runtimeexecutor
|
|
239
|
-
- React-utils
|
|
240
|
-
- SocketRocket (= 0.6.1)
|
|
241
|
-
- Yoga
|
|
242
|
-
- React-Core/RCTLinkingHeaders (0.72.15):
|
|
243
|
-
- glog
|
|
244
|
-
- hermes-engine
|
|
245
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
246
|
-
- React-Core/Default
|
|
247
|
-
- React-cxxreact
|
|
248
|
-
- React-hermes
|
|
249
|
-
- React-jsi
|
|
250
|
-
- React-jsiexecutor
|
|
251
|
-
- React-perflogger
|
|
252
|
-
- React-runtimeexecutor
|
|
253
|
-
- React-utils
|
|
254
|
-
- SocketRocket (= 0.6.1)
|
|
255
|
-
- Yoga
|
|
256
|
-
- React-Core/RCTNetworkHeaders (0.72.15):
|
|
257
|
-
- glog
|
|
258
|
-
- hermes-engine
|
|
259
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
260
|
-
- React-Core/Default
|
|
261
|
-
- React-cxxreact
|
|
262
|
-
- React-hermes
|
|
263
|
-
- React-jsi
|
|
264
|
-
- React-jsiexecutor
|
|
265
|
-
- React-perflogger
|
|
266
|
-
- React-runtimeexecutor
|
|
267
|
-
- React-utils
|
|
268
|
-
- SocketRocket (= 0.6.1)
|
|
269
|
-
- Yoga
|
|
270
|
-
- React-Core/RCTSettingsHeaders (0.72.15):
|
|
271
|
-
- glog
|
|
272
|
-
- hermes-engine
|
|
273
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
274
|
-
- React-Core/Default
|
|
275
|
-
- React-cxxreact
|
|
276
|
-
- React-hermes
|
|
277
|
-
- React-jsi
|
|
278
|
-
- React-jsiexecutor
|
|
279
|
-
- React-perflogger
|
|
280
|
-
- React-runtimeexecutor
|
|
281
|
-
- React-utils
|
|
282
|
-
- SocketRocket (= 0.6.1)
|
|
283
|
-
- Yoga
|
|
284
|
-
- React-Core/RCTTextHeaders (0.72.15):
|
|
285
|
-
- glog
|
|
286
|
-
- hermes-engine
|
|
287
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
288
|
-
- React-Core/Default
|
|
289
|
-
- React-cxxreact
|
|
290
|
-
- React-hermes
|
|
291
|
-
- React-jsi
|
|
292
|
-
- React-jsiexecutor
|
|
293
|
-
- React-perflogger
|
|
294
|
-
- React-runtimeexecutor
|
|
295
|
-
- React-utils
|
|
296
|
-
- SocketRocket (= 0.6.1)
|
|
297
|
-
- Yoga
|
|
298
|
-
- React-Core/RCTVibrationHeaders (0.72.15):
|
|
299
|
-
- glog
|
|
300
|
-
- hermes-engine
|
|
301
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
302
|
-
- React-Core/Default
|
|
303
|
-
- React-cxxreact
|
|
304
|
-
- React-hermes
|
|
305
|
-
- React-jsi
|
|
306
|
-
- React-jsiexecutor
|
|
307
|
-
- React-perflogger
|
|
308
|
-
- React-runtimeexecutor
|
|
309
|
-
- React-utils
|
|
310
|
-
- SocketRocket (= 0.6.1)
|
|
311
|
-
- Yoga
|
|
312
|
-
- React-Core/RCTWebSocket (0.72.15):
|
|
313
|
-
- glog
|
|
314
|
-
- hermes-engine
|
|
315
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
316
|
-
- React-Core/Default (= 0.72.15)
|
|
317
|
-
- React-cxxreact
|
|
318
|
-
- React-hermes
|
|
319
|
-
- React-jsi
|
|
320
|
-
- React-jsiexecutor
|
|
321
|
-
- React-perflogger
|
|
322
|
-
- React-runtimeexecutor
|
|
323
|
-
- React-utils
|
|
324
|
-
- SocketRocket (= 0.6.1)
|
|
325
|
-
- Yoga
|
|
326
|
-
- React-CoreModules (0.72.15):
|
|
327
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
328
|
-
- RCTTypeSafety (= 0.72.15)
|
|
329
|
-
- React-Codegen (= 0.72.15)
|
|
330
|
-
- React-Core/CoreModulesHeaders (= 0.72.15)
|
|
331
|
-
- React-jsi (= 0.72.15)
|
|
332
|
-
- React-RCTBlob
|
|
333
|
-
- React-RCTImage (= 0.72.15)
|
|
334
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
335
|
-
- SocketRocket (= 0.6.1)
|
|
336
|
-
- React-cxxreact (0.72.15):
|
|
337
|
-
- boost (= 1.76.0)
|
|
338
|
-
- DoubleConversion
|
|
339
|
-
- glog
|
|
340
|
-
- hermes-engine
|
|
341
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
342
|
-
- React-callinvoker (= 0.72.15)
|
|
343
|
-
- React-debug (= 0.72.15)
|
|
344
|
-
- React-jsi (= 0.72.15)
|
|
345
|
-
- React-jsinspector (= 0.72.15)
|
|
346
|
-
- React-logger (= 0.72.15)
|
|
347
|
-
- React-perflogger (= 0.72.15)
|
|
348
|
-
- React-runtimeexecutor (= 0.72.15)
|
|
349
|
-
- React-debug (0.72.15)
|
|
350
|
-
- React-hermes (0.72.15):
|
|
351
|
-
- DoubleConversion
|
|
352
|
-
- glog
|
|
353
|
-
- hermes-engine
|
|
354
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
355
|
-
- RCT-Folly/Futures (= 2021.07.22.00)
|
|
356
|
-
- React-cxxreact (= 0.72.15)
|
|
357
|
-
- React-jsi
|
|
358
|
-
- React-jsiexecutor (= 0.72.15)
|
|
359
|
-
- React-jsinspector (= 0.72.15)
|
|
360
|
-
- React-perflogger (= 0.72.15)
|
|
361
|
-
- React-jsi (0.72.15):
|
|
362
|
-
- boost (= 1.76.0)
|
|
363
|
-
- DoubleConversion
|
|
364
|
-
- glog
|
|
365
|
-
- hermes-engine
|
|
366
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
367
|
-
- React-jsiexecutor (0.72.15):
|
|
368
|
-
- DoubleConversion
|
|
369
|
-
- glog
|
|
370
|
-
- hermes-engine
|
|
371
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
372
|
-
- React-cxxreact (= 0.72.15)
|
|
373
|
-
- React-jsi (= 0.72.15)
|
|
374
|
-
- React-perflogger (= 0.72.15)
|
|
375
|
-
- React-jsinspector (0.72.15)
|
|
376
|
-
- React-logger (0.72.15):
|
|
377
|
-
- glog
|
|
378
|
-
- react-native-webview (13.10.4):
|
|
379
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
380
|
-
- React-Core
|
|
381
|
-
- React-NativeModulesApple (0.72.15):
|
|
382
|
-
- hermes-engine
|
|
383
|
-
- React-callinvoker
|
|
384
|
-
- React-Core
|
|
385
|
-
- React-cxxreact
|
|
386
|
-
- React-jsi
|
|
387
|
-
- React-runtimeexecutor
|
|
388
|
-
- ReactCommon/turbomodule/bridging
|
|
389
|
-
- ReactCommon/turbomodule/core
|
|
390
|
-
- React-perflogger (0.72.15)
|
|
391
|
-
- React-RCTActionSheet (0.72.15):
|
|
392
|
-
- React-Core/RCTActionSheetHeaders (= 0.72.15)
|
|
393
|
-
- React-RCTAnimation (0.72.15):
|
|
394
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
395
|
-
- RCTTypeSafety (= 0.72.15)
|
|
396
|
-
- React-Codegen (= 0.72.15)
|
|
397
|
-
- React-Core/RCTAnimationHeaders (= 0.72.15)
|
|
398
|
-
- React-jsi (= 0.72.15)
|
|
399
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
400
|
-
- React-RCTAppDelegate (0.72.15):
|
|
401
|
-
- RCT-Folly
|
|
402
|
-
- RCTRequired
|
|
403
|
-
- RCTTypeSafety
|
|
404
|
-
- React-Core
|
|
405
|
-
- React-CoreModules
|
|
406
|
-
- React-hermes
|
|
407
|
-
- React-NativeModulesApple
|
|
408
|
-
- React-RCTImage
|
|
409
|
-
- React-RCTNetwork
|
|
410
|
-
- React-runtimescheduler
|
|
411
|
-
- ReactCommon/turbomodule/core
|
|
412
|
-
- React-RCTBlob (0.72.15):
|
|
413
|
-
- hermes-engine
|
|
414
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
415
|
-
- React-Codegen (= 0.72.15)
|
|
416
|
-
- React-Core/RCTBlobHeaders (= 0.72.15)
|
|
417
|
-
- React-Core/RCTWebSocket (= 0.72.15)
|
|
418
|
-
- React-jsi (= 0.72.15)
|
|
419
|
-
- React-RCTNetwork (= 0.72.15)
|
|
420
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
421
|
-
- React-RCTImage (0.72.15):
|
|
422
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
423
|
-
- RCTTypeSafety (= 0.72.15)
|
|
424
|
-
- React-Codegen (= 0.72.15)
|
|
425
|
-
- React-Core/RCTImageHeaders (= 0.72.15)
|
|
426
|
-
- React-jsi (= 0.72.15)
|
|
427
|
-
- React-RCTNetwork (= 0.72.15)
|
|
428
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
429
|
-
- React-RCTLinking (0.72.15):
|
|
430
|
-
- React-Codegen (= 0.72.15)
|
|
431
|
-
- React-Core/RCTLinkingHeaders (= 0.72.15)
|
|
432
|
-
- React-jsi (= 0.72.15)
|
|
433
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
434
|
-
- React-RCTNetwork (0.72.15):
|
|
435
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
436
|
-
- RCTTypeSafety (= 0.72.15)
|
|
437
|
-
- React-Codegen (= 0.72.15)
|
|
438
|
-
- React-Core/RCTNetworkHeaders (= 0.72.15)
|
|
439
|
-
- React-jsi (= 0.72.15)
|
|
440
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
441
|
-
- React-RCTSettings (0.72.15):
|
|
442
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
443
|
-
- RCTTypeSafety (= 0.72.15)
|
|
444
|
-
- React-Codegen (= 0.72.15)
|
|
445
|
-
- React-Core/RCTSettingsHeaders (= 0.72.15)
|
|
446
|
-
- React-jsi (= 0.72.15)
|
|
447
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
448
|
-
- React-RCTText (0.72.15):
|
|
449
|
-
- React-Core/RCTTextHeaders (= 0.72.15)
|
|
450
|
-
- React-RCTVibration (0.72.15):
|
|
451
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
452
|
-
- React-Codegen (= 0.72.15)
|
|
453
|
-
- React-Core/RCTVibrationHeaders (= 0.72.15)
|
|
454
|
-
- React-jsi (= 0.72.15)
|
|
455
|
-
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
456
|
-
- React-rncore (0.72.15)
|
|
457
|
-
- React-runtimeexecutor (0.72.15):
|
|
458
|
-
- React-jsi (= 0.72.15)
|
|
459
|
-
- React-runtimescheduler (0.72.15):
|
|
460
|
-
- glog
|
|
461
|
-
- hermes-engine
|
|
462
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
463
|
-
- React-callinvoker
|
|
464
|
-
- React-debug
|
|
465
|
-
- React-jsi
|
|
466
|
-
- React-runtimeexecutor
|
|
467
|
-
- React-utils (0.72.15):
|
|
468
|
-
- glog
|
|
469
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
470
|
-
- React-debug
|
|
471
|
-
- ReactCommon/turbomodule/bridging (0.72.15):
|
|
472
|
-
- DoubleConversion
|
|
473
|
-
- glog
|
|
474
|
-
- hermes-engine
|
|
475
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
476
|
-
- React-callinvoker (= 0.72.15)
|
|
477
|
-
- React-cxxreact (= 0.72.15)
|
|
478
|
-
- React-jsi (= 0.72.15)
|
|
479
|
-
- React-logger (= 0.72.15)
|
|
480
|
-
- React-perflogger (= 0.72.15)
|
|
481
|
-
- ReactCommon/turbomodule/core (0.72.15):
|
|
482
|
-
- DoubleConversion
|
|
483
|
-
- glog
|
|
484
|
-
- hermes-engine
|
|
485
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
486
|
-
- React-callinvoker (= 0.72.15)
|
|
487
|
-
- React-cxxreact (= 0.72.15)
|
|
488
|
-
- React-jsi (= 0.72.15)
|
|
489
|
-
- React-logger (= 0.72.15)
|
|
490
|
-
- React-perflogger (= 0.72.15)
|
|
491
|
-
- snowplow-react-native-tracker (2.1.1):
|
|
492
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
493
|
-
- React-Core
|
|
494
|
-
- SnowplowTracker (~> 6.0)
|
|
495
|
-
- SnowplowTracker (6.0.1)
|
|
496
|
-
- SocketRocket (0.6.1)
|
|
497
|
-
- Yoga (1.14.0)
|
|
498
|
-
- YogaKit (1.18.1):
|
|
499
|
-
- Yoga (~> 1.14)
|
|
500
|
-
|
|
501
|
-
DEPENDENCIES:
|
|
502
|
-
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
|
503
|
-
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
504
|
-
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
505
|
-
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
|
|
506
|
-
- Flipper (= 0.182.0)
|
|
507
|
-
- Flipper-Boost-iOSX (= 1.76.0.1.11)
|
|
508
|
-
- Flipper-DoubleConversion (= 3.2.0.1)
|
|
509
|
-
- Flipper-Fmt (= 7.1.7)
|
|
510
|
-
- Flipper-Folly (= 2.6.10)
|
|
511
|
-
- Flipper-Glog (= 0.5.0.5)
|
|
512
|
-
- Flipper-PeerTalk (= 0.0.4)
|
|
513
|
-
- FlipperKit (= 0.182.0)
|
|
514
|
-
- FlipperKit/Core (= 0.182.0)
|
|
515
|
-
- FlipperKit/CppBridge (= 0.182.0)
|
|
516
|
-
- FlipperKit/FBCxxFollyDynamicConvert (= 0.182.0)
|
|
517
|
-
- FlipperKit/FBDefines (= 0.182.0)
|
|
518
|
-
- FlipperKit/FKPortForwarding (= 0.182.0)
|
|
519
|
-
- FlipperKit/FlipperKitHighlightOverlay (= 0.182.0)
|
|
520
|
-
- FlipperKit/FlipperKitLayoutPlugin (= 0.182.0)
|
|
521
|
-
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.182.0)
|
|
522
|
-
- FlipperKit/FlipperKitNetworkPlugin (= 0.182.0)
|
|
523
|
-
- FlipperKit/FlipperKitReactPlugin (= 0.182.0)
|
|
524
|
-
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.182.0)
|
|
525
|
-
- FlipperKit/SKIOSNetworkPlugin (= 0.182.0)
|
|
526
|
-
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
527
|
-
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
|
|
528
|
-
- libevent (~> 2.1.12)
|
|
529
|
-
- OpenSSL-Universal (= 1.1.1100)
|
|
530
|
-
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
531
|
-
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
|
532
|
-
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
533
|
-
- React (from `../node_modules/react-native/`)
|
|
534
|
-
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
|
535
|
-
- React-Codegen (from `build/generated/ios`)
|
|
536
|
-
- React-Core (from `../node_modules/react-native/`)
|
|
537
|
-
- React-Core/DevSupport (from `../node_modules/react-native/`)
|
|
538
|
-
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
|
539
|
-
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
|
540
|
-
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
|
541
|
-
- React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
|
|
542
|
-
- React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
|
|
543
|
-
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
|
544
|
-
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
|
545
|
-
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
|
546
|
-
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
|
547
|
-
- react-native-webview (from `../node_modules/react-native-webview`)
|
|
548
|
-
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
|
|
549
|
-
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
|
550
|
-
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
|
551
|
-
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
|
552
|
-
- React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
|
|
553
|
-
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
|
554
|
-
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
|
|
555
|
-
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
|
|
556
|
-
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
|
|
557
|
-
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
|
558
|
-
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
|
559
|
-
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
|
560
|
-
- React-rncore (from `../node_modules/react-native/ReactCommon`)
|
|
561
|
-
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
|
562
|
-
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
|
|
563
|
-
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
|
|
564
|
-
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
|
565
|
-
- snowplow-react-native-tracker (from `../..`)
|
|
566
|
-
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
567
|
-
|
|
568
|
-
SPEC REPOS:
|
|
569
|
-
trunk:
|
|
570
|
-
- CocoaAsyncSocket
|
|
571
|
-
- Flipper
|
|
572
|
-
- Flipper-Boost-iOSX
|
|
573
|
-
- Flipper-DoubleConversion
|
|
574
|
-
- Flipper-Fmt
|
|
575
|
-
- Flipper-Folly
|
|
576
|
-
- Flipper-Glog
|
|
577
|
-
- Flipper-PeerTalk
|
|
578
|
-
- FlipperKit
|
|
579
|
-
- fmt
|
|
580
|
-
- libevent
|
|
581
|
-
- OpenSSL-Universal
|
|
582
|
-
- SnowplowTracker
|
|
583
|
-
- SocketRocket
|
|
584
|
-
- YogaKit
|
|
585
|
-
|
|
586
|
-
EXTERNAL SOURCES:
|
|
587
|
-
boost:
|
|
588
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
|
589
|
-
DoubleConversion:
|
|
590
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
|
591
|
-
FBLazyVector:
|
|
592
|
-
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
|
593
|
-
FBReactNativeSpec:
|
|
594
|
-
:path: "../node_modules/react-native/React/FBReactNativeSpec"
|
|
595
|
-
glog:
|
|
596
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
597
|
-
hermes-engine:
|
|
598
|
-
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
|
599
|
-
RCT-Folly:
|
|
600
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
|
601
|
-
RCTRequired:
|
|
602
|
-
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
|
603
|
-
RCTTypeSafety:
|
|
604
|
-
:path: "../node_modules/react-native/Libraries/TypeSafety"
|
|
605
|
-
React:
|
|
606
|
-
:path: "../node_modules/react-native/"
|
|
607
|
-
React-callinvoker:
|
|
608
|
-
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
|
609
|
-
React-Codegen:
|
|
610
|
-
:path: build/generated/ios
|
|
611
|
-
React-Core:
|
|
612
|
-
:path: "../node_modules/react-native/"
|
|
613
|
-
React-CoreModules:
|
|
614
|
-
:path: "../node_modules/react-native/React/CoreModules"
|
|
615
|
-
React-cxxreact:
|
|
616
|
-
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
|
617
|
-
React-debug:
|
|
618
|
-
:path: "../node_modules/react-native/ReactCommon/react/debug"
|
|
619
|
-
React-hermes:
|
|
620
|
-
:path: "../node_modules/react-native/ReactCommon/hermes"
|
|
621
|
-
React-jsi:
|
|
622
|
-
:path: "../node_modules/react-native/ReactCommon/jsi"
|
|
623
|
-
React-jsiexecutor:
|
|
624
|
-
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
|
625
|
-
React-jsinspector:
|
|
626
|
-
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
|
627
|
-
React-logger:
|
|
628
|
-
:path: "../node_modules/react-native/ReactCommon/logger"
|
|
629
|
-
react-native-webview:
|
|
630
|
-
:path: "../node_modules/react-native-webview"
|
|
631
|
-
React-NativeModulesApple:
|
|
632
|
-
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
|
|
633
|
-
React-perflogger:
|
|
634
|
-
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
|
635
|
-
React-RCTActionSheet:
|
|
636
|
-
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
|
637
|
-
React-RCTAnimation:
|
|
638
|
-
:path: "../node_modules/react-native/Libraries/NativeAnimation"
|
|
639
|
-
React-RCTAppDelegate:
|
|
640
|
-
:path: "../node_modules/react-native/Libraries/AppDelegate"
|
|
641
|
-
React-RCTBlob:
|
|
642
|
-
:path: "../node_modules/react-native/Libraries/Blob"
|
|
643
|
-
React-RCTImage:
|
|
644
|
-
:path: "../node_modules/react-native/Libraries/Image"
|
|
645
|
-
React-RCTLinking:
|
|
646
|
-
:path: "../node_modules/react-native/Libraries/LinkingIOS"
|
|
647
|
-
React-RCTNetwork:
|
|
648
|
-
:path: "../node_modules/react-native/Libraries/Network"
|
|
649
|
-
React-RCTSettings:
|
|
650
|
-
:path: "../node_modules/react-native/Libraries/Settings"
|
|
651
|
-
React-RCTText:
|
|
652
|
-
:path: "../node_modules/react-native/Libraries/Text"
|
|
653
|
-
React-RCTVibration:
|
|
654
|
-
:path: "../node_modules/react-native/Libraries/Vibration"
|
|
655
|
-
React-rncore:
|
|
656
|
-
:path: "../node_modules/react-native/ReactCommon"
|
|
657
|
-
React-runtimeexecutor:
|
|
658
|
-
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
|
659
|
-
React-runtimescheduler:
|
|
660
|
-
:path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
|
|
661
|
-
React-utils:
|
|
662
|
-
:path: "../node_modules/react-native/ReactCommon/react/utils"
|
|
663
|
-
ReactCommon:
|
|
664
|
-
:path: "../node_modules/react-native/ReactCommon"
|
|
665
|
-
snowplow-react-native-tracker:
|
|
666
|
-
:path: "../.."
|
|
667
|
-
Yoga:
|
|
668
|
-
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
669
|
-
|
|
670
|
-
SPEC CHECKSUMS:
|
|
671
|
-
boost: 57d2868c099736d80fcd648bf211b4431e51a558
|
|
672
|
-
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
|
673
|
-
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
|
|
674
|
-
FBLazyVector: 25cbffbaec517695d376ab4bc428948cd0f08088
|
|
675
|
-
FBReactNativeSpec: e03b22fbf7017a6f76641ea4472e73c915dcdda7
|
|
676
|
-
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
|
|
677
|
-
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
|
678
|
-
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
|
|
679
|
-
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
|
680
|
-
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
|
|
681
|
-
Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
|
|
682
|
-
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
|
683
|
-
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
|
|
684
|
-
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
685
|
-
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
|
|
686
|
-
hermes-engine: 5b340c6a5affbf3aba22185be41563bbb2426654
|
|
687
|
-
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
688
|
-
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
|
|
689
|
-
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
|
|
690
|
-
RCTRequired: fb207f74935626041e7308c9e88dcdda680f1073
|
|
691
|
-
RCTTypeSafety: 146fd11361680250b7580dd1f7f601995cfad1b1
|
|
692
|
-
React: f3712351445cc96ba507425675a0cd8d31321d0c
|
|
693
|
-
React-callinvoker: dcc51a66e02d20a70aeca2abbb1388d4d3011bf8
|
|
694
|
-
React-Codegen: d64399cfcc319735a4f61c2f7df64fdfee9f7307
|
|
695
|
-
React-Core: f8ceb3440b6cf30ce4eea884ed77990b7f9bec13
|
|
696
|
-
React-CoreModules: 9d1e6f44bf658431a3b99561c8058b54b5959190
|
|
697
|
-
React-cxxreact: 2150e05cdd30c815c1bf27f41062cd33832ffe31
|
|
698
|
-
React-debug: 4e90d08c78aa207c064a3860e1540ff252695585
|
|
699
|
-
React-hermes: 1ed296db543b7fdb01916a8e56255fcea0758264
|
|
700
|
-
React-jsi: af5a8eaca28d67822fb14c648486d40737d2d2ab
|
|
701
|
-
React-jsiexecutor: d3eef5ddc78eeb9f0d02bed657a7f41d4910b966
|
|
702
|
-
React-jsinspector: b86a8abae760c28d69366bbc1d991561e51341ed
|
|
703
|
-
React-logger: ed7c9e01e58529065e7da6bf8318baf15024283e
|
|
704
|
-
react-native-webview: 50b995b6f59fd84010a1c1b3b2b782744d2d4c1b
|
|
705
|
-
React-NativeModulesApple: ee36a33f5ad8d80487c43e6b4370ea2eaaa81750
|
|
706
|
-
React-perflogger: 6acc671f527e69c0cd93b8e62821d33d3ddf25ca
|
|
707
|
-
React-RCTActionSheet: 569bb9db46d85565d14697e15ecf2166e035eb07
|
|
708
|
-
React-RCTAnimation: 0eea98143c2938a8751a33722623d3e8a38fe1e4
|
|
709
|
-
React-RCTAppDelegate: b4511be9c9c947ef53c9a26c996139cd903bfdc9
|
|
710
|
-
React-RCTBlob: e6fd9d6b975faf765fdc29a959e8e79eb0bb65a0
|
|
711
|
-
React-RCTImage: 0220975422a367e784dfd794adfc6454fab23c1f
|
|
712
|
-
React-RCTLinking: 1abf9834017e080ecbd5b6a28b4fb15eb843a3dd
|
|
713
|
-
React-RCTNetwork: 5ed275bf87d97a7ba5218cf245b1f103e96f82cd
|
|
714
|
-
React-RCTSettings: 1d070387f01b3b01543fb2a4ef867ad0004f6a78
|
|
715
|
-
React-RCTText: 82562208357b11285ffa8d7b33a9d769612a8101
|
|
716
|
-
React-RCTVibration: 372a12b697a170aaee792f8a9999c40e1f2692d0
|
|
717
|
-
React-rncore: d1ccbd5adaf4a67703790838b7c62f140e72d32a
|
|
718
|
-
React-runtimeexecutor: d4f7ff5073fcf87e14dbf89541d434218630246e
|
|
719
|
-
React-runtimescheduler: ae08ede2e0267be2a4d8ba82a54d5908949d5a34
|
|
720
|
-
React-utils: 8eb3c12fd4a4da6df3824f7d9a961d73a6ed6e5d
|
|
721
|
-
ReactCommon: d2de36ed3eebe700d7169b9e80f7d1a4b98e178d
|
|
722
|
-
snowplow-react-native-tracker: d947a5d147cb5e401f0c3361a9fde13fb2aaf942
|
|
723
|
-
SnowplowTracker: 6b19c331d5b765bda8b97b1c70ab52491524da60
|
|
724
|
-
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
|
|
725
|
-
Yoga: 6f5ab94cd8b1ecd04b6e973d0bc583ede2a598cc
|
|
726
|
-
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
|
727
|
-
|
|
728
|
-
PODFILE CHECKSUM: 3b739a495d6e28fa9459a36ce75470840caf7c79
|
|
729
|
-
|
|
730
|
-
COCOAPODS: 1.15.2
|