Skip to content

Commit 03b2dfa

Browse files
committed
docs: update README with react-native-svg dependency and dark theme default
1 parent 3022a93 commit 03b2dfa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Install only what you need:
4242
| `react-native-reanimated` | Smooth drag animations |
4343
| `react-native-shake` | Device shake detection |
4444
| `@react-native-clipboard/clipboard` | Copy to clipboard |
45+
| `react-native-svg` | SVG icons (falls back to text icons) |
4546

4647
```bash
4748
# For draggable button
@@ -52,6 +53,9 @@ npm install react-native-shake
5253

5354
# For clipboard
5455
npm install @react-native-clipboard/clipboard
56+
57+
# For SVG icons (optional - text fallback available)
58+
npm install react-native-svg
5559
```
5660

5761
> For Expo SDK ≤ 53, use `react-native-reanimated` version 3.x.x
@@ -281,7 +285,7 @@ const curlCommand = generateCurl(log);
281285
| `useCopyToClipboard` | `boolean` | `false` | Enable clipboard copy |
282286
| `showRequestHeader` | `boolean` | `false` | Show request headers |
283287
| `showResponseHeader` | `boolean` | `false` | Show response headers |
284-
| `theme` | `'light' \| 'dark'` | `'light'` | Color theme |
288+
| `theme` | `'light' \| 'dark'` | `'dark'` | Color theme |
285289
| `onThemeChange` | `(theme) => void` | - | Theme change callback |
286290

287291
### NetworkLoggerConfig

0 commit comments

Comments
 (0)