@storybook/react-native 8.4.2-alpha.1 → 8.4.2-alpha.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.
@@ -310,6 +310,8 @@ function withStorybook(config, options = {
310
310
  }
311
311
  };
312
312
  }
313
+ module.exports = withStorybook;
314
+ module.exports.withStorybook = withStorybook;
313
315
  // Annotate the CommonJS export names for ESM import in node:
314
316
  0 && (module.exports = {
315
317
  withStorybook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "8.4.2-alpha.1",
3
+ "version": "8.4.2-alpha.2",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -49,8 +49,8 @@
49
49
  "@storybook/csf": "^0.1.1",
50
50
  "@storybook/global": "^5.0.0",
51
51
  "@storybook/react": "^8.4.2",
52
- "@storybook/react-native-theming": "^8.4.2-alpha.1",
53
- "@storybook/react-native-ui": "^8.4.2-alpha.1",
52
+ "@storybook/react-native-theming": "^8.4.2-alpha.2",
53
+ "@storybook/react-native-ui": "^8.4.2-alpha.2",
54
54
  "chokidar": "^3.5.1",
55
55
  "commander": "^8.2.0",
56
56
  "dedent": "^1.5.1",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "2666f953f51ae16341c78e7dd77d44d02e1edf60"
94
+ "gitHead": "d86bc6e2fb0edcfa6718601cb46360e191d2b5a8"
95
95
  }