Skip to content

Commit 63ec8b7

Browse files
committed
fix: formatting
1 parent ba88a40 commit 63ec8b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/docs/intro/getting-started/repack.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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' }` |

0 commit comments

Comments
 (0)