@applicaster/zapp-react-native-ui-components 14.0.30-rc.1 → 14.0.30-rc.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.
@@ -72,7 +72,7 @@ export const withScreenRevealManager = (Component) => {
72
72
 
73
73
  if (isFirstComponentScreenPicker(componentsToRender)) {
74
74
  // for screen-picker with have additional internal ComponentsMap, no need to add this wrapper
75
- return <Component {...props} />;
75
+ return <Component {...props} initialNumberToLoad={1} />;
76
76
  }
77
77
 
78
78
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "14.0.30-rc.1",
3
+ "version": "14.0.30-rc.2",
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",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "homepage": "https://github.com/applicaster/quickbrick#readme",
30
30
  "dependencies": {
31
- "@applicaster/applicaster-types": "14.0.30-rc.1",
32
- "@applicaster/zapp-react-native-bridge": "14.0.30-rc.1",
33
- "@applicaster/zapp-react-native-redux": "14.0.30-rc.1",
34
- "@applicaster/zapp-react-native-utils": "14.0.30-rc.1",
31
+ "@applicaster/applicaster-types": "14.0.30-rc.2",
32
+ "@applicaster/zapp-react-native-bridge": "14.0.30-rc.2",
33
+ "@applicaster/zapp-react-native-redux": "14.0.30-rc.2",
34
+ "@applicaster/zapp-react-native-utils": "14.0.30-rc.2",
35
35
  "fast-json-stable-stringify": "^2.1.0",
36
36
  "promise": "^8.3.0",
37
37
  "url": "^0.11.0",