@applicaster/zapp-react-native-ui-components 13.0.0-rc.75 → 13.0.0-rc.76

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.
@@ -230,7 +230,8 @@ export function zappPipesDataConnector(
230
230
  const entryContext =
231
231
  (shouldUseNestedContext && screenContextData?.nested?.entry
232
232
  ? screenContextData?.nested?.entry
233
- : screenContextData?.entry) || {};
233
+ : (screenContextData?.entry?.payload ?? screenContextData?.entry)) ||
234
+ {};
234
235
 
235
236
  const screenContext =
236
237
  (shouldUseNestedContext && screenContextData?.nested?.screen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "13.0.0-rc.75",
3
+ "version": "13.0.0-rc.76",
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",
@@ -32,10 +32,10 @@
32
32
  "redux-mock-store": "^1.5.3"
33
33
  },
34
34
  "dependencies": {
35
- "@applicaster/applicaster-types": "13.0.0-rc.75",
36
- "@applicaster/zapp-react-native-bridge": "13.0.0-rc.75",
37
- "@applicaster/zapp-react-native-redux": "13.0.0-rc.75",
38
- "@applicaster/zapp-react-native-utils": "13.0.0-rc.75",
35
+ "@applicaster/applicaster-types": "13.0.0-rc.76",
36
+ "@applicaster/zapp-react-native-bridge": "13.0.0-rc.76",
37
+ "@applicaster/zapp-react-native-redux": "13.0.0-rc.76",
38
+ "@applicaster/zapp-react-native-utils": "13.0.0-rc.76",
39
39
  "promise": "^8.3.0",
40
40
  "react-router-native": "^5.1.2",
41
41
  "url": "^0.11.0",