An open API service indexing awesome lists of open source software.

https://github.com/itenl/react-native-vdebug

React-Native 调试工具,支持Console终端、Network导出cURL,可视化Response,Retry cURL。
https://github.com/itenl/react-native-vdebug

curl debug debugger react react-native vconsole vdebug

Last synced: 3 months ago
JSON representation

React-Native 调试工具,支持Console终端、Network导出cURL,可视化Response,Retry cURL。

Awesome Lists containing this project

README

        

# react-native-vdebug

[![NPM Version](http://img.shields.io/npm/v/react-native-vdebug.svg?style=flat)](https://www.npmjs.org/package/react-native-vdebug)
[![NPM Downloads](https://img.shields.io/npm/dm/react-native-vdebug.svg?style=flat)](https://npmcharts.com/compare/react-native-vdebug?minimal=true)
[![install size](https://packagephobia.now.sh/badge?p=react-native-vdebug)](https://packagephobia.now.sh/result?p=react-native-vdebug)

`React-Native 调试工具`

### 支持情况
- [x] Command 自定义上下文
- [x] 复制 cURL 至粘贴板
- [x] 重新请求 URL
- [x] 可视化 Response
- [x] Log 等级分类
- [x] 关键字过滤 Log / Network
- [x] Command 历史记录
- [ ] 导出所有 Log / Network (ing...)

## Install

[Install NodeJS and suggest >= 8.11.0](https://nodejs.org/zh-cn/)

## Usage

```JavaScript
npm install 'react-native-vdebug'

import VDebug, { initTrace, setExternalContext } from 'react-native-vdebug';

// Before component Render, perform Proxy Console/Network (Optional)
initTrace()

// Context object when the command is executed (Optional)
setExternalContext('your context')

return

```

## Snapshot









-------------------

[初始版本](https://github.com/fwon/RNVConsole) / [✶ MIT ✶](./LICENSE)