0.0.3 • Published 5 years ago

@sigmayun/react-native-vconsole v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@sigmayun/react-native-vconsole

vConsole for react native, inspired by vconsole & vconsole-react-native &rnvconsole. Debugger on top of screen. Have a try in expo https://snack.expo.io/SklJHMS3S

Features

  1. consolelog, warn, error, info in Log Panel.
  2. Network request list & detail.
  3. Customized Version Info you want to show.

Install

$ yarn add @sigmayun/react-native-vconsole

Usage

import VConsole from '@sigmayun/react-native-vconsole'
/* INFO is optional */
const appInfo = {
  version: '1.0.0',
  test_version: '4',
  message: 'test xxx features'
}

// in render function
render() {
  return (
    <View>
      <VConsole appInfo={appInfo} />
      <View></View>
    </View>
  )
}

Examples

Log Panel

Network Panel

Info Panel

Dev Button

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago