@storybook/react-native 8.3.0-alpha.0 → 8.3.0-alpha.1
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 -0
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -1047,6 +1047,10 @@ var View3 = class {
|
|
|
1047
1047
|
|
|
1048
1048
|
// src/Start.tsx
|
|
1049
1049
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
1050
|
+
if (!URLSearchParams.get) {
|
|
1051
|
+
const { setupURLPolyfill } = require("react-native-url-polyfill");
|
|
1052
|
+
setupURLPolyfill();
|
|
1053
|
+
}
|
|
1050
1054
|
function prepareStories({
|
|
1051
1055
|
storyEntries,
|
|
1052
1056
|
options
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-native",
|
|
3
|
-
"version": "8.3.0-alpha.
|
|
3
|
+
"version": "8.3.0-alpha.1",
|
|
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.0",
|
|
46
|
-
"@storybook/react-native-theming": "^8.3.0-alpha.
|
|
47
|
-
"@storybook/react-native-ui": "^8.3.0-alpha.
|
|
46
|
+
"@storybook/react-native-theming": "^8.3.0-alpha.1",
|
|
47
|
+
"@storybook/react-native-ui": "^8.3.0-alpha.1",
|
|
48
48
|
"chokidar": "^3.5.1",
|
|
49
49
|
"commander": "^8.2.0",
|
|
50
50
|
"dedent": "^1.5.1",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"glob": "^7.1.7",
|
|
53
53
|
"prettier": "^2.4.1",
|
|
54
54
|
"react-native-swipe-gestures": "^1.0.5",
|
|
55
|
+
"react-native-url-polyfill": "^2.0.0",
|
|
55
56
|
"type-fest": "~2.19",
|
|
56
57
|
"util": "^0.12.4",
|
|
57
58
|
"ws": "^8.18.0"
|
|
@@ -79,5 +80,5 @@
|
|
|
79
80
|
"publishConfig": {
|
|
80
81
|
"access": "public"
|
|
81
82
|
},
|
|
82
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "44d795b125a02dc9f669187d37d6b5f348bb2ea8"
|
|
83
84
|
}
|