@applicaster/zapp-react-native-ui-components 13.0.9 → 13.0.10-rc.0

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.
@@ -49,7 +49,9 @@ function getAssetValue(asset, flavour, fallbackAsset = null) {
49
49
  return asset.src || fallbackAsset;
50
50
  }
51
51
 
52
- export function ActionButton(props: Props) {
52
+ export const ActionButton = React.memo(function ActionButtonComponent(
53
+ props: Props
54
+ ) {
53
55
  const { item, action, asset, flavour = "flavour_1", cellUUID } = props;
54
56
  const actionContext = useActions(action?.identifier);
55
57
 
@@ -120,4 +122,4 @@ export function ActionButton(props: Props) {
120
122
  )}
121
123
  </TouchableOpacity>
122
124
  );
123
- }
125
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "13.0.9",
3
+ "version": "13.0.10-rc.0",
4
4
  "description": "Applicaster Zapp React Native ui components for the Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -31,10 +31,10 @@
31
31
  "redux-mock-store": "^1.5.3"
32
32
  },
33
33
  "dependencies": {
34
- "@applicaster/applicaster-types": "13.0.9",
35
- "@applicaster/zapp-react-native-bridge": "13.0.9",
36
- "@applicaster/zapp-react-native-redux": "13.0.9",
37
- "@applicaster/zapp-react-native-utils": "13.0.9",
34
+ "@applicaster/applicaster-types": "13.0.10-rc.0",
35
+ "@applicaster/zapp-react-native-bridge": "13.0.10-rc.0",
36
+ "@applicaster/zapp-react-native-redux": "13.0.10-rc.0",
37
+ "@applicaster/zapp-react-native-utils": "13.0.10-rc.0",
38
38
  "promise": "^8.3.0",
39
39
  "react-router-native": "^5.1.2",
40
40
  "url": "^0.11.0",