File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
docs/docs/intro/getting-started Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ npm run storybook
129129
130130## StorybookPlugin Options
131131
132- | Option | Type | Default | Description |
133- | ---| ---| ---| ---|
134- | ` enabled ` | ` boolean ` | ` true ` | Strip Storybook from bundle when ` false ` |
135- | ` configPath ` | ` string ` | ` './.rnstorybook' ` | Storybook config directory |
136- | ` useJs ` | ` boolean ` | ` false ` | Generate ` .js ` instead of ` .ts ` |
137- | ` docTools ` | ` boolean ` | ` true ` | Auto arg extraction |
138- | ` liteMode ` | ` boolean ` | ` false ` | Mock default UI deps (use with ` @storybook/react-native-ui-lite ` ) |
139- | ` websockets ` | ` 'auto' \| object ` | ` undefined ` | ` 'auto' ` detects LAN IP, or ` { port: 7007, host: 'localhost' } ` |
132+ | Option | Type | Default | Description |
133+ | ------------ | ------------------ | ------------------ | ----------------------------------------------------------------- |
134+ | ` enabled ` | ` boolean ` | ` true ` | Strip Storybook from bundle when ` false ` |
135+ | ` configPath ` | ` string ` | ` './.rnstorybook' ` | Storybook config directory |
136+ | ` useJs ` | ` boolean ` | ` false ` | Generate ` .js ` instead of ` .ts ` |
137+ | ` docTools ` | ` boolean ` | ` true ` | Auto arg extraction |
138+ | ` liteMode ` | ` boolean ` | ` false ` | Mock default UI deps (use with ` @storybook/react-native-ui-lite ` ) |
139+ | ` websockets ` | ` 'auto' \| object ` | ` undefined ` | ` 'auto' ` detects LAN IP, or ` { port: 7007, host: 'localhost' } ` |
You can’t perform that action at this time.
0 commit comments