https://github.com/bamlab/react-native-debugger-utils
https://github.com/bamlab/react-native-debugger-utils
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bamlab/react-native-debugger-utils
- Owner: bamlab
- Created: 2017-07-31T09:24:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T09:28:12.000Z (almost 9 years ago)
- Last Synced: 2025-06-26T03:04:55.727Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-debugger-utils
## Installation
```shell
yarn add react-native-debugger-utils
```
## Debug Network calls
```javascript
import { debugNetworkCalls } from 'react-native-debugger-utils';
debugNetworkCalls();
```