Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/silly-trams-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@storybook/react-native-ui-common': patch
'@storybook/addon-ondevice-backgrounds': patch
'@storybook/react-native-ui-lite': patch
'@storybook/addon-ondevice-controls': patch
'@storybook/addon-ondevice-actions': patch
'@storybook/react-native-ui': patch
'@storybook/addon-ondevice-notes': patch
'@storybook/react-native': patch
---

update storybook dependencies and fixes for color control
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ examples/expo-example/.maestro/output/*

examples/expo-example/components/PerfTesting/*.stories.tsx
examples/expo-example/.certs/
examples/**/android
examples/**/ios
examples/expo-*/android
examples/expo-*/ios
17 changes: 9 additions & 8 deletions examples/expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@expo/dom-webview": "^56.0.4",
"@expo/metro-runtime": "~56.0.5",
"@expo/metro-runtime": "~56.0.7",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "9.1.0",
Expand All @@ -42,25 +42,26 @@
"@storybook/addon-ondevice-controls": "^10.4.3",
"@storybook/addon-ondevice-notes": "^10.4.3",
"@storybook/addon-react-native-server": "^1.0.1",
"@storybook/react": "^10.3.2",
"@storybook/react": "^10.4.0",
"@storybook/react-native": "^10.4.3",
"@storybook/react-native-ui-lite": "^10.4.3",
"@storybook/react-native-web-vite": "^10.3.2",
"@storybook/react-native-web-vite": "^10.4.0",
"babel-plugin-react-compiler": "^1.0.0",
"expo": "56.0.0-preview.7",
"expo": "56.0.0-preview.10",
"expo-modules-core": "56.0.7",
"expo-sqlite": "~56.0.3",
"expo-updates": "~56.0.6",
"expo-updates": "~56.0.10",
"react": "19.2.3",
"react-compiler-runtime": "^1.0.0",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.2",
"react-native-reanimated": "~4.3.0",
"react-native-reanimated": "~4.3.1",
"react-native-safe-area-context": "^5.7.0",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.8.3",
"storybook": "^10.3.2",
"storybook": "^10.4.0",
"storybook-addon-deep-controls": "^0.10.0",
"ws": "^8.20.0"
},
Expand All @@ -75,7 +76,7 @@
"babel-plugin-react-docgen-typescript": "^1.5.1",
"expo-atlas": "^0.4.3",
"jest": "^29.7.0",
"jest-expo": "~56.0.0",
"jest-expo": "~56.0.1",
"test-renderer": "^0.15.0",
"typescript": "~6.0.3",
"vite": "^8.0.5"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dependencies": "2db65b8ae948675d3e3ad862f5e130503e69f47b",
"devDependencies": "f734d48b191d4a8111b07cda4e48396fbcdc84df"
"dependencies": "82849322610405a4f914999a7ac6af9f8d9e5d48",
"devDependencies": "0599e7c491da1f7cdf9e74a0c41f87b73bf11714"
}
17 changes: 9 additions & 8 deletions examples/expo-new-wrapper-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prebuild": "expo prebuild"
},
"dependencies": {
"@expo/metro-runtime": "~56.0.5",
"@expo/metro-runtime": "~56.0.7",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "9.1.0",
Expand All @@ -24,24 +24,25 @@
"@storybook/addon-ondevice-controls": "^10.4.3",
"@storybook/addon-ondevice-notes": "^10.4.3",
"@storybook/addon-react-native-server": "^1.0.1",
"@storybook/react": "^10.3.2",
"@storybook/react": "^10.4.0",
"@storybook/react-native": "^10.4.3",
"@storybook/react-native-ui-lite": "^10.4.3",
"@storybook/react-native-web-vite": "^10.3.2",
"@storybook/react-native-web-vite": "^10.4.0",
"babel-plugin-react-compiler": "^1.0.0",
"expo": "56.0.0-preview.7",
"expo-updates": "~56.0.6",
"expo": "56.0.0-preview.10",
"expo-modules-core": "56.0.7",
"expo-updates": "~56.0.10",
"react": "19.2.3",
"react-compiler-runtime": "^1.0.0",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.2",
"react-native-reanimated": "~4.3.0",
"react-native-reanimated": "~4.3.1",
"react-native-safe-area-context": "^5.7.0",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.8.3",
"storybook": "^10.3.2",
"storybook": "^10.4.0",
"storybook-addon-deep-controls": "^0.10.0",
"ws": "^8.20.0"
},
Expand All @@ -55,7 +56,7 @@
"babel-plugin-react-docgen-typescript": "^1.5.1",
"expo-atlas": "^0.4.3",
"jest": "^29.7.0",
"jest-expo": "~56.0.0",
"jest-expo": "~56.0.1",
"test-renderer": "^0.15.0",
"typescript": "~6.0.3",
"vite": "^8.0.5"
Expand Down
23 changes: 12 additions & 11 deletions examples/expo-router-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@
"@storybook/addon-ondevice-controls": "^10.4.3",
"@storybook/addon-ondevice-notes": "^10.4.3",
"@storybook/addon-react-native-server": "^1.0.1",
"@storybook/react": "^10.3.2",
"@storybook/react": "^10.4.0",
"@storybook/react-native": "^10.4.3",
"@storybook/react-native-ui-lite": "^10.4.3",
"@storybook/react-native-web-vite": "^10.3.2",
"expo": "56.0.0-preview.7",
"expo-constants": "~56.0.6",
"@storybook/react-native-web-vite": "^10.4.0",
"expo": "56.0.0-preview.10",
"expo-constants": "~56.0.9",
"expo-font": "~56.0.3",
"expo-haptics": "~56.0.3",
"expo-image": "~56.0.4",
"expo-linking": "~56.0.4",
"expo-router": "~56.1.1",
"expo-splash-screen": "~56.0.4",
"expo-linking": "~56.0.6",
"expo-modules-core": "56.0.7",
"expo-router": "~56.1.4",
"expo-splash-screen": "~56.0.5",
"expo-sqlite": "~56.0.3",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.5",
Expand All @@ -45,19 +46,19 @@
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.2",
"react-native-reanimated": "~4.3.0",
"react-native-reanimated": "~4.3.1",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "4.25.0-beta.3",
"react-native-screens": "4.25.0",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.8.3",
"storybook": "^10.3.2",
"storybook": "^10.4.0",
"ws": "^8.20.0"
},
"devDependencies": {
"@types/react": "~19.2.14",
"eslint": "^9.39.4",
"eslint-config-expo": "^56.0.2",
"eslint-config-expo": "^56.0.3",
"typescript": "~6.0.3"
},
"private": true
Expand Down
Loading
Loading