@momo-kits/native-kits 0.161.2-nativeimage.3-debug → 0.161.2-nativeimage.5-debug

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.
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.161.2-nativeimage.3-debug"
43
+ version = "0.161.2-nativeimage.5-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -10,6 +10,7 @@ import androidx.compose.ui.unit.dp
10
10
  import androidx.compose.ui.viewinterop.UIKitInteropProperties
11
11
  import androidx.compose.ui.viewinterop.UIKitView
12
12
  import cocoapods.SDWebImage.*
13
+
13
14
  import kotlinx.cinterop.ExperimentalForeignApi
14
15
  import platform.Foundation.NSURL
15
16
  import platform.UIKit.UIImageView
@@ -100,10 +101,11 @@ actual fun BoxScope.NativeImageWrapper(
100
101
  appliedTint.value = imageOptions.tint
101
102
  loadImage(imageOptions.tint)
102
103
  }
103
-
104
104
  UIKitView(
105
105
  modifier = Modifier.matchParentSize(),
106
- properties = UIKitInteropProperties(),
106
+ properties = UIKitInteropProperties(
107
+ interactionMode = null
108
+ ),
107
109
  factory = {
108
110
  imageView.apply {
109
111
  this.contentMode = contentModeValue
package/gradle.properties CHANGED
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
18
18
  name="ComposeKits"
19
19
  group=vn.momo.kits
20
20
  artifact.id=kits
21
- version=0.161.2-nativeimage.3
21
+ version=0.161.2-nativeimage.5
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.161.2-nativeimage.3-debug",
3
+ "version": "0.161.2-nativeimage.5-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},