@storybook/react-native 8.3.5 → 8.3.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.
- package/dist/index.js +4 -4
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -984,6 +984,10 @@ var View3 = class {
|
|
|
984
984
|
this.createPreparedStoryMapping().then(() => {
|
|
985
985
|
this._ready = true;
|
|
986
986
|
setReady(true);
|
|
987
|
+
initialStory.then((st) => {
|
|
988
|
+
self._preview.selectionStore.selectionSpecifier = st;
|
|
989
|
+
self._preview.selectSpecifiedStory();
|
|
990
|
+
});
|
|
987
991
|
}).catch((e) => console.error(e));
|
|
988
992
|
self._setStory = (newStory) => {
|
|
989
993
|
setContext(newStory);
|
|
@@ -1004,10 +1008,6 @@ var View3 = class {
|
|
|
1004
1008
|
}
|
|
1005
1009
|
};
|
|
1006
1010
|
self._forceRerender = () => forceUpdate();
|
|
1007
|
-
initialStory.then((st) => {
|
|
1008
|
-
self._preview.selectionStore.selectionSpecifier = st;
|
|
1009
|
-
self._preview.selectSpecifiedStory();
|
|
1010
|
-
});
|
|
1011
1011
|
}, []);
|
|
1012
1012
|
const storyHash = (0, import_react4.useMemo)(() => {
|
|
1013
1013
|
if (!ready) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-native",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.6",
|
|
4
4
|
"description": "A better way to develop React Native Components for your app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"test:ci": "jest"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@storybook/core": "^8.3.
|
|
42
|
+
"@storybook/core": "^8.3.5",
|
|
43
43
|
"@storybook/csf": "^0.1.1",
|
|
44
44
|
"@storybook/global": "^5.0.0",
|
|
45
|
-
"@storybook/react": "^8.3.
|
|
46
|
-
"@storybook/react-native-theming": "^8.3.
|
|
47
|
-
"@storybook/react-native-ui": "^8.3.
|
|
45
|
+
"@storybook/react": "^8.3.5",
|
|
46
|
+
"@storybook/react-native-theming": "^8.3.6",
|
|
47
|
+
"@storybook/react-native-ui": "^8.3.6",
|
|
48
48
|
"chokidar": "^3.5.1",
|
|
49
49
|
"commander": "^8.2.0",
|
|
50
50
|
"dedent": "^1.5.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"react-native-swipe-gestures": "^1.0.5",
|
|
55
55
|
"react-native-url-polyfill": "^2.0.0",
|
|
56
56
|
"setimmediate": "^1.0.5",
|
|
57
|
-
"storybook": "^8.3.
|
|
57
|
+
"storybook": "^8.3.5",
|
|
58
58
|
"type-fest": "~2.19",
|
|
59
59
|
"util": "^0.12.4",
|
|
60
60
|
"ws": "^8.18.0"
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "bd0c669c0d1be53221e70e08fb9316f396eccbff"
|
|
86
86
|
}
|