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 = {
3
3
"../src/components/**/*.stories.?(ts|tsx|js|jsx)" ,
4
4
"../src/screens/**/*.stories.?(ts|tsx|js|jsx)" ,
5
5
] ,
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 : [ ] ,
12
7
} ;
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ import {
6
6
getProjectAnnotations ,
7
7
} from "@storybook/react-native" ;
8
8
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
-
14
9
const normalizedStories = [
15
10
{
16
11
titlePrefix : "" ,
@@ -48,7 +43,6 @@ declare global {
48
43
const annotations = [
49
44
require ( "./preview" ) ,
50
45
require ( "@storybook/react-native/dist/preview" ) ,
51
- require ( "@storybook/addon-actions/preview" ) ,
52
46
] ;
53
47
54
48
global . STORIES = normalizedStories ;
Original file line number Diff line number Diff line change 70
70
"@babel/preset-typescript" : " ^7.18.6" ,
71
71
"@react-native-community/datetimepicker" : " 8.2.0" ,
72
72
"@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" ,
79
73
"@storybook/core-common" : " ^7.6.10" ,
80
74
"@storybook/react-native" : " ^7.6.15" ,
81
75
"@storybook/react-native-server" : " ^6.5.8" ,
You can’t perform that action at this time.
0 commit comments