0.1.2 • Published 2 years ago

react-native-inspector v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

NameTypeDescription
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

0.1.2

2 years ago

0.1.1-next.2

2 years ago

0.1.1-next.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago