File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5455npm 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
You can’t perform that action at this time.
0 commit comments