@applicaster/quick-brick-core 15.0.0-alpha.2239032089 → 15.0.0-alpha.2882475305

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.
@@ -1,3 +1,3 @@
1
- import { View } from "react-native";
1
+ import { Fragment } from "react";
2
2
 
3
- export const ZappAppWrapper = View;
3
+ export const ZappAppWrapper = Fragment;
package/const/index.ts CHANGED
@@ -44,5 +44,3 @@ export const QUICK_BRICK_NAVBAR_SECTIONS = {
44
44
  menu: "navbar-items",
45
45
  left: "nav-bar-left",
46
46
  };
47
-
48
- export const QUICK_BRICK_TOP_CONTAINER = "quick-brick-top-container";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/quick-brick-core",
3
- "version": "15.0.0-alpha.2239032089",
3
+ "version": "15.0.0-alpha.2882475305",
4
4
  "description": "Core package for Applicaster's Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "homepage": "https://github.com/applicaster/quickbrick#readme",
30
30
  "dependencies": {
31
- "@applicaster/applicaster-types": "15.0.0-alpha.2239032089",
32
- "@applicaster/quick-brick-core-plugins": "15.0.0-alpha.2239032089",
33
- "@applicaster/zapp-pipes-v2-client": "15.0.0-alpha.2239032089",
34
- "@applicaster/zapp-react-native-bridge": "15.0.0-alpha.2239032089",
35
- "@applicaster/zapp-react-native-redux": "15.0.0-alpha.2239032089",
36
- "@applicaster/zapp-react-native-ui-components": "15.0.0-alpha.2239032089",
37
- "@applicaster/zapp-react-native-utils": "15.0.0-alpha.2239032089",
31
+ "@applicaster/applicaster-types": "15.0.0-alpha.2882475305",
32
+ "@applicaster/quick-brick-core-plugins": "15.0.0-alpha.2882475305",
33
+ "@applicaster/zapp-pipes-v2-client": "15.0.0-alpha.2882475305",
34
+ "@applicaster/zapp-react-native-bridge": "15.0.0-alpha.2882475305",
35
+ "@applicaster/zapp-react-native-redux": "15.0.0-alpha.2882475305",
36
+ "@applicaster/zapp-react-native-ui-components": "15.0.0-alpha.2882475305",
37
+ "@applicaster/zapp-react-native-utils": "15.0.0-alpha.2882475305",
38
38
  "atob": "^2.1.2",
39
39
  "axios": "^0.28.0",
40
40
  "btoa": "^1.2.1",