Skip to content

Commit 8ff6d6e

Browse files
committed
docs: update README.md
1 parent 1242cb4 commit 8ff6d6e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# React Native Xenon
44

5-
### A comprehensive tool for analyzing HTTP(S) requests and logs in React Native apps. :microscope:
5+
### A powerful in-app debugging tool for React Native.
66

77
</div>
88

@@ -22,13 +22,11 @@
2222

2323
## Features
2424

25-
- HTTP/HTTPS request monitoring with support for **XHR** and **Fetch API**
26-
- **WebSocket** connection tracking
27-
- **Console** logging interception (log, info, warn, error, etc.)
28-
- **Draggable bubble** interface for quick access
29-
- Request/response inspection with **detailed information**
30-
- Real-time monitoring capabilities
31-
- Works with both **React Native** and **Expo** projects
25+
- :iphone: **In-app debugging** – No need to build a debug version; inspect your app in any environment.
26+
- :globe_with_meridians: **Network & WebSocket Monitoring** – Track **HTTP(S) requests** (XHR, Fetch) and **WebSocket connections** in real-time.
27+
- :page_with_curl: **Console Log Capture** – Intercept **log, info, warn, and error** messages for better debugging insights.
28+
- :zap: **Seamless Debugging** – Debug without disrupting your workflow, with a draggable bubble for instant access.
29+
- :sparkles: **Cross-Platform Support** – Works with both **React Native** and **Expo** projects.
3230

3331
## Installation
3432

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-xenon",
33
"version": "0.5.1",
4-
"description": "A comprehensive tool for analyzing HTTP(S) requests and logs in React Native apps. 🔬",
4+
"description": "A powerful in-app debugging tool for React Native.",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)