0.1.2 • Published 2 years ago
react-native-inspector v0.1.2
react-native-inspector
This is used to inspect api requests and redux state with in the device ui
Installation
npm install react-native-inspector
yarn add react-native-inspector
Usage
import { DebuggerButton } from 'react-native-inspector';
import axios from 'axios'
// ...
// add this in root of your app with in the redux provider context
<DebuggerButton providers={{axios}} />;
Props
Name | Type | Description |
---|---|---|
providers | {axios, state} | Required axios to add interceper and root state of redux |
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library