react-native-zolozkit 0.1.4 → 0.1.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/android/build.gradle +5 -3
- package/package.json +1 -1
- package/ios/Zolozkit.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -4
- package/ios/Zolozkit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/Zolozkit.xcodeproj/project.xcworkspace/xcuserdata/wangshi.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/Zolozkit.xcodeproj/xcuserdata/wangshi.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
package/android/build.gradle
CHANGED
|
@@ -57,7 +57,9 @@ dependencies {
|
|
|
57
57
|
//noinspection GradleDynamicVersion
|
|
58
58
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
59
59
|
// zoloz library
|
|
60
|
-
implementation 'com.zoloz.android.build:zolozkit:1.
|
|
61
|
-
implementation
|
|
62
|
-
implementation
|
|
60
|
+
implementation 'com.zoloz.android.build:zolozkit:1.3.7.240319135852+'
|
|
61
|
+
implementation 'com.squareup.okio:okio:1.17.4@jar'
|
|
62
|
+
implementation 'com.alibaba:fastjson:1.2.83'
|
|
63
|
+
implementation 'com.airbnb.android:lottie:2.7.0'
|
|
64
|
+
|
|
63
65
|
}
|
package/package.json
CHANGED
|
Binary file
|
package/ios/Zolozkit.xcodeproj/xcuserdata/wangshi.xcuserdatad/xcschemes/xcschememanagement.plist
DELETED
|
@@ -1,14 +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>SchemeUserState</key>
|
|
6
|
-
<dict>
|
|
7
|
-
<key>Zolozkit.xcscheme_^#shared#^_</key>
|
|
8
|
-
<dict>
|
|
9
|
-
<key>orderHint</key>
|
|
10
|
-
<integer>0</integer>
|
|
11
|
-
</dict>
|
|
12
|
-
</dict>
|
|
13
|
-
</dict>
|
|
14
|
-
</plist>
|