Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
purrseus committed Feb 3, 2025
1 parent 1242cb4 commit 8ff6d6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# React Native Xenon

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

</div>

Expand All @@ -22,13 +22,11 @@

## Features

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

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-xenon",
"version": "0.5.1",
"description": "A comprehensive tool for analyzing HTTP(S) requests and logs in React Native apps. 🔬",
"description": "A powerful in-app debugging tool for React Native.",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand Down

0 comments on commit 8ff6d6e

Please sign in to comment.