@storybook/react-native 10.3.1 → 10.3.2-canary-20260423222934

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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "10.3.1",
3
+ "version": "10.3.2-canary-20260423222934",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -17,10 +17,6 @@
17
17
  "directory": "packages/react-native"
18
18
  },
19
19
  "license": "MIT",
20
- "main": "dist/index.js",
21
- "bin": {
22
- "sb-rn-get-stories": "./bin/get-stories.js"
23
- },
24
20
  "exports": {
25
21
  ".": "./dist/index.js",
26
22
  "./metro/withStorybook": "./dist/metro/withStorybook.js",
@@ -32,6 +28,10 @@
32
28
  "./preset": "./preset.js",
33
29
  "./stub": "./dist/stub.js"
34
30
  },
31
+ "main": "dist/index.js",
32
+ "bin": {
33
+ "sb-rn-get-stories": "./bin/get-stories.js"
34
+ },
35
35
  "files": [
36
36
  "bin/**/*",
37
37
  "dist/**/*",
@@ -45,9 +45,9 @@
45
45
  "dependencies": {
46
46
  "@storybook/mcp": "^0.6.1",
47
47
  "@storybook/react": "^10.3.1",
48
- "@storybook/react-native-theming": "^10.3.1",
49
- "@storybook/react-native-ui": "^10.3.1",
50
- "@storybook/react-native-ui-common": "^10.3.1",
48
+ "@storybook/react-native-theming": "10.3.2-canary-20260423222934",
49
+ "@storybook/react-native-ui": "10.3.2-canary-20260423222934",
50
+ "@storybook/react-native-ui-common": "10.3.2-canary-20260423222934",
51
51
  "@tmcp/adapter-valibot": "^0.1.4",
52
52
  "@tmcp/transport-http": "^0.8.5",
53
53
  "commander": "^14.0.2",
@@ -107,9 +107,9 @@
107
107
  },
108
108
  "gitHead": "4aa2ae40569ea7f61e438ce568a39c580b3097d8",
109
109
  "scripts": {
110
+ "check:types": "tsc --noEmit",
110
111
  "dev": "npx --yes tsx buildscripts/gendtsdev.ts && tsup --watch",
111
112
  "test": "jest",
112
- "test:ci": "jest",
113
- "check:types": "tsc --noEmit"
113
+ "test:ci": "jest"
114
114
  }
115
115
  }