@momo-kits/foundation 0.112.1-beta.8 → 0.112.1-beta.9

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.
@@ -71,13 +71,13 @@ const BackgroundImageView: FC<BackgroundImageViewProps> = ({
71
71
  overflow: 'hidden',
72
72
  },
73
73
  ]}>
74
- {headerBackground && (
75
- <Image
76
- style={styles.headerBackground}
77
- source={{uri: headerBackground}}
78
- loading={false}
79
- />
80
- )}
74
+ {/*{headerBackground && (*/}
75
+ {/* <Image*/}
76
+ {/* style={styles.headerBackground}*/}
77
+ {/* source={{uri: headerBackground}}*/}
78
+ {/* loading={false}*/}
79
+ {/* />*/}
80
+ {/*)}*/}
81
81
  </Animated.View>
82
82
  </>
83
83
  );
@@ -230,8 +230,8 @@ const Shadow = {
230
230
  };
231
231
 
232
232
  const Configs = {
233
- headerGradient: '',
234
- headerBar: '',
233
+ headerGradient: null,
234
+ headerBar: null,
235
235
  trustBanner: {
236
236
  content: {
237
237
  vi: 'Bảo mật thông tin & An toàn tài sản của bạn là ưu tiên hàng đầu của MoMo.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.112.1-beta.8",
3
+ "version": "0.112.1-beta.9",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},