@momo-kits/native-kits 0.89.33-beta.42 → 0.89.33-beta.43

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.
@@ -109,6 +109,7 @@ fun HeaderBackground(
109
109
  )
110
110
  if (AppTheme.current.assets.headerBackground != null) {
111
111
  Image(
112
+ loading = false,
112
113
  source = AppTheme.current.assets.headerBackground!!,
113
114
  modifier = Modifier.fillMaxWidth().height(height),
114
115
  options = Options(
@@ -142,6 +143,7 @@ fun HeaderBackground(
142
143
  .background(backgroundColor)
143
144
  ) {
144
145
  Image(
146
+ loading = false,
145
147
  source = AppTheme.current.assets.headerBackground!!,
146
148
  modifier = Modifier.fillMaxWidth().height(154.dp),
147
149
  options = Options(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.89.33-beta.42",
3
+ "version": "0.89.33-beta.43",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},