1.0.2 • Published 4 years ago

react-native-network-monitor v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

react-native-network-monitor

A http traffic monitor for react native

start monitor

import {startMonitor} from 'react-native-network-monitor';
startMonitor()
AppRegistry.registerComponent('App', () => App);

show result

import MonitorResult from 'react-native-network-monitor';

render() {
    return(<MonitorResult/>)
}

License

This project is MIT licensed.