@storybook/react-native 9.0.0-beta.10 → 9.0.0-beta.11

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.
package/dist/index.d.ts CHANGED
@@ -44,6 +44,8 @@ type Params = {
44
44
  story: StoryContext<ReactRenderer, Args>;
45
45
  storyHash: API_IndexHash;
46
46
  setStory: (storyId: string) => void;
47
+ storage: Storage;
48
+ theme: Theme;
47
49
  children: ReactElement;
48
50
  }) => ReactElement;
49
51
  };
package/dist/index.js CHANGED
@@ -1109,6 +1109,8 @@ var View3 = class {
1109
1109
  story,
1110
1110
  storyHash,
1111
1111
  setStory: (newStoryId) => self._channel.emit(import_core_events.SET_CURRENT_STORY, { storyId: newStoryId }),
1112
+ storage,
1113
+ theme: appliedTheme,
1112
1114
  children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(StoryView_default, {})
1113
1115
  }
1114
1116
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "9.0.0-beta.10",
3
+ "version": "9.0.0-beta.11",
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.13",
50
50
  "@storybook/global": "^5.0.0",
51
51
  "@storybook/react": "9.0.0-beta.10",
52
- "@storybook/react-native-theming": "^9.0.0-beta.10",
53
- "@storybook/react-native-ui": "^9.0.0-beta.10",
52
+ "@storybook/react-native-theming": "^9.0.0-beta.11",
53
+ "@storybook/react-native-ui": "^9.0.0-beta.11",
54
54
  "commander": "^8.2.0",
55
55
  "dedent": "^1.5.1",
56
56
  "deepmerge": "^4.3.0",
@@ -66,7 +66,7 @@
66
66
  "babel-jest": "^29.7.0",
67
67
  "babel-preset-expo": "^12.0.9",
68
68
  "jest": "^29.7.0",
69
- "jest-expo": "~53.0.3",
69
+ "jest-expo": "~53.0.5",
70
70
  "jotai": "^2.6.2",
71
71
  "react": "19.0.0",
72
72
  "react-native": "0.79.2",
@@ -89,5 +89,5 @@
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  },
92
- "gitHead": "bce7f35509d03e5a5efabb8862e993ea98e201d6"
92
+ "gitHead": "531ed8a758adc98bb436d0ccb32efcb369572ffe"
93
93
  }