# react-native-vconsole **Repository Path**: chobits4/react-native-vconsole ## Basic Information - **Project Name**: react-native-vconsole - **Description**: rnvconsole - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-27 - **Last Updated**: 2021-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-vconsole vConsole for react native ## Features 1. console[log, warn, error, info] in Log Panel. 2. Network request list & detail. 3. Customized Version Info you want to show. ## Installation ```sh $ yarn add @kafudev/react-native-vconsole // or npm i @kafudev/react-native-vconsole ``` ## Usage 可接受参数 ``` interface PropsType { appInfo?: {} console?: boolean panels?: { title: string component: React.ReactNode } } ``` ```javascript import VConsole from '@kafudev/react-native-vconsole' /* INFO is optional */ // in render function render() { return ( ) } ``` # 鸣谢 vConsole for react native 本插件集合了多种vconsole的优点,感谢以下库: https://github.com/itenl/react-native-vdebug https://github.com/Grewer/react-native-vconsole https://github.com/fwon/RNVConsole https://github.com/sigmayun/react-native-vconsole ## License MIT