@momo-kits/native-kits 0.162.2-beta.20-debug → 0.162.2-beta.21-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.162.2-beta.20-debug"
43
+ version = "0.162.2-beta.21-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -139,7 +139,7 @@ private fun ToolkitHeaderRight(
139
139
  }
140
140
 
141
141
  fun onPressClose() {
142
- api?.request("dismissAll", "")
142
+ api?.request("dismissAll", "", { _ -> })
143
143
  }
144
144
 
145
145
  fun onPressMore() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.162.2-beta.20-debug",
3
+ "version": "0.162.2-beta.21-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},
@@ -1,10 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "WebSearch",
5
- "Bash(./gradlew assembleDebug 2>&1)",
6
- "Bash(./gradlew :sample:androidApp:installDebug 2>&1)",
7
- "Bash(./gradlew :compose:compileCommonMainKotlinMetadata -q)"
8
- ]
9
- }
10
- }
package/local.properties DELETED
@@ -1,8 +0,0 @@
1
- ## This file must *NOT* be checked into Version Control Systems,
2
- # as it contains information specific to your local configuration.
3
- #
4
- # Location of the SDK. This is only used by Gradle.
5
- # For customization when using a Version Control System, please read the
6
- # header note.
7
- #Tue May 19 15:41:04 GMT+07:00 2026
8
- sdk.dir=/Users/phuc/Library/Android/sdk