/react-native-db-inspector

A database inspector for react-native app

Primary LanguageJavaMIT LicenseMIT

react-native-db-inspector

DB Inspector wrapper for react-native

Platform Supported

Installation

npm install react-native-db-inspector
# yarn add react-native-db-inspector

Usage

import DbInspector from 'react-native-db-inspector';

// ...

DbInspector.show()

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