react-native-inspector
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

/react-native-inspector/

    Package Sidebar

    Install

    npm i react-native-inspector

    Weekly Downloads

    2

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    172 kB

    Total Files

    223

    Last publish

    Collaborators

    • dhruvpvx