@storybook/react-native 8.3.10-alpha.1 → 8.3.10-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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -867,7 +867,8 @@ var View3 = class {
867
867
  _storyIndex;
868
868
  _setStory = () => {
869
869
  };
870
- _forceRerender;
870
+ _forceRerender = () => {
871
+ };
871
872
  _ready = false;
872
873
  _preview;
873
874
  _asyncStorageStoryId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "8.3.10-alpha.1",
3
+ "version": "8.3.10-alpha.2",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -43,8 +43,8 @@
43
43
  "@storybook/csf": "^0.1.1",
44
44
  "@storybook/global": "^5.0.0",
45
45
  "@storybook/react": "^8.3.5",
46
- "@storybook/react-native-theming": "^8.3.10-alpha.1",
47
- "@storybook/react-native-ui": "^8.3.10-alpha.1",
46
+ "@storybook/react-native-theming": "^8.3.10-alpha.2",
47
+ "@storybook/react-native-ui": "^8.3.10-alpha.2",
48
48
  "chokidar": "^3.5.1",
49
49
  "commander": "^8.2.0",
50
50
  "dedent": "^1.5.1",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "d65bf8c2258218cbb4455e7888e5de5904f483d4"
85
+ "gitHead": "2567b9a4d11a77d9b5bf74dd699ad49fb47afa5b"
86
86
  }