Skip to content

Commit 37d322f

Browse files
committed
docs: update README to clarify optional peer dependency for react-native-svg
1 parent 03b2dfa commit 37d322f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ A network request debugging tool for React Native applications. Monitor, inspect
2828

2929
```bash
3030
npm install react-native-api-debugger
31+
3132
# or
3233
yarn add react-native-api-debugger
34+
3335
```
3436

3537
### Optional Peer Dependencies
@@ -38,11 +40,12 @@ Install only what you need:
3840

3941
| Package | Required For |
4042
|---------|--------------|
43+
| `react-native-svg` (Recommended) | SVG icons (falls back to text icons) |
4144
| `react-native-gesture-handler` | Draggable floating button |
4245
| `react-native-reanimated` | Smooth drag animations |
4346
| `react-native-shake` | Device shake detection |
4447
| `@react-native-clipboard/clipboard` | Copy to clipboard |
45-
| `react-native-svg` | SVG icons (falls back to text icons) |
48+
4649

4750
```bash
4851
# For draggable button

0 commit comments

Comments
 (0)