@shortkitsdk/react-native 0.2.16 → 0.2.23
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/android/build.gradle.kts +1 -1
- package/android/libs/shortkit-release.aar +0 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +5 -9
- package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedView.kt +8 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitModule.kt +3 -2
- package/android/src/main/java/com/shortkit/reactnative/ShortKitWidgetNativeView.kt +4 -0
- package/ios/DebugPanelView.swift +302 -0
- package/ios/ShortKitBridge.swift +5 -3
- package/ios/ShortKitFeedView.swift +15 -0
- package/ios/ShortKitModule.mm +3 -2
- package/ios/ShortKitSDK.xcframework/Info.plist +5 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +7196 -1210
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +118 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +118 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +7196 -1210
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +118 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +118 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +7196 -1210
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +118 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +118 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +17 -17
- package/ios/ShortKitWidgetNativeView.swift +7 -1
- package/package.json +1 -1
- package/src/ShortKitFeed.tsx +0 -13
- package/src/ShortKitProvider.tsx +2 -0
- package/src/ShortKitWidget.tsx +1 -0
- package/src/index.ts +0 -3
- package/src/serialization.ts +0 -1
- package/src/specs/NativeShortKitModule.ts +1 -7
- package/src/types.ts +3 -11
- package/ios/ShortKitSDK.xcframework.dev-backup/Info.plist +0 -43
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +0 -418
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/Info.plist +0 -16
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +0 -32983
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -915
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +0 -915
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/Modules/module.modulemap +0 -4
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +0 -168
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +0 -418
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/Info.plist +0 -16
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -32983
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -915
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -915
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/Modules/module.modulemap +0 -4
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +0 -168
package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK
DELETED
|
Binary file
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>files</key>
|
|
6
|
-
<dict>
|
|
7
|
-
<key>Headers/ShortKitSDK-Swift.h</key>
|
|
8
|
-
<data>
|
|
9
|
-
3bbpoSImjQOVLQbSfh6sAEp9NqY=
|
|
10
|
-
</data>
|
|
11
|
-
<key>Info.plist</key>
|
|
12
|
-
<data>
|
|
13
|
-
Ley678FJu8DKkhiCwrDCSa/fREc=
|
|
14
|
-
</data>
|
|
15
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
16
|
-
<data>
|
|
17
|
-
UXy9TKZ3jOo1h3yIihNnV4dQp7U=
|
|
18
|
-
</data>
|
|
19
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
20
|
-
<data>
|
|
21
|
-
yxz4ANQUVWM4+pNexcbMhEtvg30=
|
|
22
|
-
</data>
|
|
23
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
24
|
-
<data>
|
|
25
|
-
DK7MvgzrcSHBHViTj0Ef3+LnBmc=
|
|
26
|
-
</data>
|
|
27
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
28
|
-
<data>
|
|
29
|
-
yxz4ANQUVWM4+pNexcbMhEtvg30=
|
|
30
|
-
</data>
|
|
31
|
-
<key>Modules/module.modulemap</key>
|
|
32
|
-
<data>
|
|
33
|
-
QthRxkVp/MRBzYVNLtX05t2Csso=
|
|
34
|
-
</data>
|
|
35
|
-
</dict>
|
|
36
|
-
<key>files2</key>
|
|
37
|
-
<dict>
|
|
38
|
-
<key>Headers/ShortKitSDK-Swift.h</key>
|
|
39
|
-
<dict>
|
|
40
|
-
<key>hash2</key>
|
|
41
|
-
<data>
|
|
42
|
-
V+jQ2eNebJRtNpq31u6WQqjInnpmCU26LytMq5YTXJk=
|
|
43
|
-
</data>
|
|
44
|
-
</dict>
|
|
45
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
46
|
-
<dict>
|
|
47
|
-
<key>hash2</key>
|
|
48
|
-
<data>
|
|
49
|
-
xc/3beYtE9m0Lo6S3wpA6SlO9HYbjsJ985rl98j1eIY=
|
|
50
|
-
</data>
|
|
51
|
-
</dict>
|
|
52
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
53
|
-
<dict>
|
|
54
|
-
<key>hash2</key>
|
|
55
|
-
<data>
|
|
56
|
-
9qbyNESX9aF8c95D7gm8GHd/uU6E3/oxbLjeUhcWqYg=
|
|
57
|
-
</data>
|
|
58
|
-
</dict>
|
|
59
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
60
|
-
<dict>
|
|
61
|
-
<key>hash2</key>
|
|
62
|
-
<data>
|
|
63
|
-
UyIgXF6hWtTcHaIdLiGNttWuQWMuQqJ9FVoBTa0cDds=
|
|
64
|
-
</data>
|
|
65
|
-
</dict>
|
|
66
|
-
<key>Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
67
|
-
<dict>
|
|
68
|
-
<key>hash2</key>
|
|
69
|
-
<data>
|
|
70
|
-
9qbyNESX9aF8c95D7gm8GHd/uU6E3/oxbLjeUhcWqYg=
|
|
71
|
-
</data>
|
|
72
|
-
</dict>
|
|
73
|
-
<key>Modules/module.modulemap</key>
|
|
74
|
-
<dict>
|
|
75
|
-
<key>hash2</key>
|
|
76
|
-
<data>
|
|
77
|
-
K4gZcRkdlvQBo5cnduiRMooPuUS6dWAP1E7dBJRuHL4=
|
|
78
|
-
</data>
|
|
79
|
-
</dict>
|
|
80
|
-
</dict>
|
|
81
|
-
<key>rules</key>
|
|
82
|
-
<dict>
|
|
83
|
-
<key>^.*</key>
|
|
84
|
-
<true/>
|
|
85
|
-
<key>^.*\.lproj/</key>
|
|
86
|
-
<dict>
|
|
87
|
-
<key>optional</key>
|
|
88
|
-
<true/>
|
|
89
|
-
<key>weight</key>
|
|
90
|
-
<real>1000</real>
|
|
91
|
-
</dict>
|
|
92
|
-
<key>^.*\.lproj/locversion.plist$</key>
|
|
93
|
-
<dict>
|
|
94
|
-
<key>omit</key>
|
|
95
|
-
<true/>
|
|
96
|
-
<key>weight</key>
|
|
97
|
-
<real>1100</real>
|
|
98
|
-
</dict>
|
|
99
|
-
<key>^Base\.lproj/</key>
|
|
100
|
-
<dict>
|
|
101
|
-
<key>weight</key>
|
|
102
|
-
<real>1010</real>
|
|
103
|
-
</dict>
|
|
104
|
-
<key>^version.plist$</key>
|
|
105
|
-
<true/>
|
|
106
|
-
</dict>
|
|
107
|
-
<key>rules2</key>
|
|
108
|
-
<dict>
|
|
109
|
-
<key>.*\.dSYM($|/)</key>
|
|
110
|
-
<dict>
|
|
111
|
-
<key>weight</key>
|
|
112
|
-
<real>11</real>
|
|
113
|
-
</dict>
|
|
114
|
-
<key>^(.*/)?\.DS_Store$</key>
|
|
115
|
-
<dict>
|
|
116
|
-
<key>omit</key>
|
|
117
|
-
<true/>
|
|
118
|
-
<key>weight</key>
|
|
119
|
-
<real>2000</real>
|
|
120
|
-
</dict>
|
|
121
|
-
<key>^.*</key>
|
|
122
|
-
<true/>
|
|
123
|
-
<key>^.*\.lproj/</key>
|
|
124
|
-
<dict>
|
|
125
|
-
<key>optional</key>
|
|
126
|
-
<true/>
|
|
127
|
-
<key>weight</key>
|
|
128
|
-
<real>1000</real>
|
|
129
|
-
</dict>
|
|
130
|
-
<key>^.*\.lproj/locversion.plist$</key>
|
|
131
|
-
<dict>
|
|
132
|
-
<key>omit</key>
|
|
133
|
-
<true/>
|
|
134
|
-
<key>weight</key>
|
|
135
|
-
<real>1100</real>
|
|
136
|
-
</dict>
|
|
137
|
-
<key>^Base\.lproj/</key>
|
|
138
|
-
<dict>
|
|
139
|
-
<key>weight</key>
|
|
140
|
-
<real>1010</real>
|
|
141
|
-
</dict>
|
|
142
|
-
<key>^Info\.plist$</key>
|
|
143
|
-
<dict>
|
|
144
|
-
<key>omit</key>
|
|
145
|
-
<true/>
|
|
146
|
-
<key>weight</key>
|
|
147
|
-
<real>20</real>
|
|
148
|
-
</dict>
|
|
149
|
-
<key>^PkgInfo$</key>
|
|
150
|
-
<dict>
|
|
151
|
-
<key>omit</key>
|
|
152
|
-
<true/>
|
|
153
|
-
<key>weight</key>
|
|
154
|
-
<real>20</real>
|
|
155
|
-
</dict>
|
|
156
|
-
<key>^embedded\.provisionprofile$</key>
|
|
157
|
-
<dict>
|
|
158
|
-
<key>weight</key>
|
|
159
|
-
<real>20</real>
|
|
160
|
-
</dict>
|
|
161
|
-
<key>^version\.plist$</key>
|
|
162
|
-
<dict>
|
|
163
|
-
<key>weight</key>
|
|
164
|
-
<real>20</real>
|
|
165
|
-
</dict>
|
|
166
|
-
</dict>
|
|
167
|
-
</dict>
|
|
168
|
-
</plist>
|