1.2.2 • Published 3 years ago

react-native-vdebug v1.2.2

Weekly downloads
54
License
ISC
Repository
github
Last release
3 years ago

react-native-vdebug

NPM Version NPM Downloads install size

React-Native 调试工具

支持情况

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

Install

Install NodeJS and suggest >= 8.11.0

Usage

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 <VDebug 
  // Expansion panel (Optional)
  panels={[
    title:'your title',
    component: your component
  ]} 
  // Info panel (Optional)
  info={{ obj: 'your object' }} 
/>

Snapshot


✶ MIT ✶

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago