@storybook/react-native 8.5.4-alpha.0 → 8.5.4

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 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -813,6 +813,7 @@ var StoryView = () => {
813
813
  {
814
814
  style: containerStyle,
815
815
  testID: id,
816
+ accessibilityLabel: id,
816
817
  onStartShouldSetResponder: dismissOnStartResponder,
817
818
  children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ErrorBoundary, { onError, children: StoryComponent && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(StoryComponent, { ...context }) })
818
819
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "8.5.4-alpha.0",
3
+ "version": "8.5.4",
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": "^8.5.1",
52
- "@storybook/react-native-theming": "^8.5.4-alpha.0",
53
- "@storybook/react-native-ui": "^8.5.4-alpha.0",
52
+ "@storybook/react-native-theming": "^8.5.4",
53
+ "@storybook/react-native-ui": "^8.5.4",
54
54
  "commander": "^8.2.0",
55
55
  "dedent": "^1.5.1",
56
56
  "deepmerge": "^4.3.0",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "2c48f3c49c1cd24eacc30506d395adac6f817315"
91
+ "gitHead": "bd630c52410fd1d6090e9bb52ecb7ea269e556b8"
92
92
  }