vconsole for react native
npm install @sigmayun/react-native-vconsolevConsole 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
1. console[log, warn, error, info] in Log Panel.
2. Network request list & detail.
3. Customized Version Info you want to show.
``shell`
$ yarn add @sigmayun/react-native-vconsole
`javascript
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 (
)
}
``



