@storybook/react-native 9.0.5 → 9.0.6

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -966,7 +966,7 @@ var View3 = class {
966
966
  const PlaceholderUI = ({ children }) => children;
967
967
  return PlaceholderUI;
968
968
  };
969
- const FullUI = getFullUI(onDeviceUI);
969
+ const FullUI = getFullUI(onDeviceUI && !CustomUIComponent);
970
970
  this._storage = storage;
971
971
  const initialStory = this._getInitialStory(params);
972
972
  if (enableWebsockets) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "9.0.5",
3
+ "version": "9.0.6",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -49,9 +49,9 @@
49
49
  "@storybook/csf": "^0.1.13",
50
50
  "@storybook/global": "^5.0.0",
51
51
  "@storybook/react": "^9",
52
- "@storybook/react-native-theming": "^9.0.5",
53
- "@storybook/react-native-ui": "^9.0.5",
54
- "@storybook/react-native-ui-common": "^9.0.5",
52
+ "@storybook/react-native-theming": "^9.0.6",
53
+ "@storybook/react-native-ui": "^9.0.6",
54
+ "@storybook/react-native-ui-common": "^9.0.6",
55
55
  "commander": "^8.2.0",
56
56
  "dedent": "^1.5.1",
57
57
  "deepmerge": "^4.3.0",
@@ -105,5 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "gitHead": "aec45d5fc129ca52f2a05c26cf25f25ced73d9e5"
108
+ "gitHead": "160b139856c2063015e41a36e0969c98c839fff6"
109
109
  }