File tree Expand file tree Collapse file tree 4 files changed +46
-1108
lines changed Expand file tree Collapse file tree 4 files changed +46
-1108
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,5 @@ module.exports = {
33 "../src/components/**/*.stories.?(ts|tsx|js|jsx)" ,
44 "../src/screens/**/*.stories.?(ts|tsx|js|jsx)" ,
55 ] ,
6- addons : [
7- '@storybook/addon-ondevice-notes' ,
8- '@storybook/addon-ondevice-controls' ,
9- '@storybook/addon-ondevice-backgrounds' ,
10- '@storybook/addon-ondevice-actions' ,
11- ] ,
6+ addons : [ ] ,
127} ;
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ import {
66 getProjectAnnotations ,
77} from "@storybook/react-native" ;
88
9- import "@storybook/addon-ondevice-notes/register" ;
10- import "@storybook/addon-ondevice-controls/register" ;
11- import "@storybook/addon-ondevice-backgrounds/register" ;
12- import "@storybook/addon-ondevice-actions/register" ;
13-
149const normalizedStories = [
1510 {
1611 titlePrefix : "" ,
@@ -48,7 +43,6 @@ declare global {
4843const annotations = [
4944 require ( "./preview" ) ,
5045 require ( "@storybook/react-native/dist/preview" ) ,
51- require ( "@storybook/addon-actions/preview" ) ,
5246] ;
5347
5448global . STORIES = normalizedStories ;
Original file line number Diff line number Diff line change 7070 "@babel/preset-typescript" : " ^7.18.6" ,
7171 "@react-native-community/datetimepicker" : " 8.2.0" ,
7272 "@react-native-community/slider" : " 4.5.5" ,
73- "@storybook/addon-controls" : " ^7.6.10" ,
74- "@storybook/addon-ondevice-actions" : " ^7.6.15" ,
75- "@storybook/addon-ondevice-backgrounds" : " ^7.6.15" ,
76- "@storybook/addon-ondevice-controls" : " ^7.6.15" ,
77- "@storybook/addon-ondevice-notes" : " ^7.6.15" ,
78- "@storybook/addons" : " ^7.6.10" ,
7973 "@storybook/core-common" : " ^7.6.10" ,
8074 "@storybook/react-native" : " ^7.6.15" ,
8175 "@storybook/react-native-server" : " ^6.5.8" ,
You can’t perform that action at this time.
0 commit comments