@momo-kits/template 0.89.4-rc.3 → 0.89.4-rc.5

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.
@@ -29,7 +29,6 @@ const TrustBanner: FC<TrustBannerProps> = ({
29
29
  screenName = '',
30
30
  serviceName = '',
31
31
  trackEvent,
32
- disabledPress = false
33
32
  }) => {
34
33
  const {theme, language} = useContext(ApplicationContext);
35
34
  const [data, setData] = useState(defaultData);
@@ -118,7 +117,6 @@ const TrustBanner: FC<TrustBannerProps> = ({
118
117
 
119
118
  return (
120
119
  <TouchableOpacity
121
- disabled={disabledPress}
122
120
  onPress={_onPress}
123
121
  activeOpacity={0.7}
124
122
  style={[style, styles.container]}>
@@ -41,8 +41,6 @@ export type TrustBannerProps = {
41
41
  * Optional. instance of maxApi trackEvent function.
42
42
  */
43
43
  trackEvent?: (eventName: string, params: TrustBannerCallbackParams) => void;
44
-
45
- disabledPress?: boolean
46
44
  };
47
45
 
48
46
  export type CustomAvatarProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/template",
3
- "version": "0.89.4-rc.3",
3
+ "version": "0.89.4-rc.5",
4
4
  "private": false,
5
5
  "main": "index.tsx",
6
6
  "dependencies": {},