@momo-kits/template 0.81.9-beta.1 → 0.81.9-beta.2

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.
@@ -4,6 +4,7 @@ import {TrustBannerProps} from './types';
4
4
  import styles from './styles';
5
5
  import {ApplicationContext, Colors, Image, Text} from '@momo-kits/foundation';
6
6
  import CustomAvatar from './CustomAvatar';
7
+
7
8
  const NativeTrustBanner = requireNativeComponent<ViewProps>('TrustBannerView');
8
9
 
9
10
  const defaultIcons = [
@@ -21,6 +22,9 @@ const TrustBanner: FC<TrustBannerProps> = ({
21
22
  }) => {
22
23
  const {theme} = useContext(ApplicationContext);
23
24
 
25
+ /**
26
+ * update platform_config
27
+ */
24
28
  const renderIconList = () => {
25
29
  return (
26
30
  <View style={styles.iconList}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/template",
3
- "version": "0.81.9-beta.1",
3
+ "version": "0.81.9-beta.2",
4
4
  "private": false,
5
5
  "main": "index.tsx",
6
6
  "dependencies": {},