react-native-db-inspector
v0.2.0
Published
test
Downloads
4
Readme
react-native-db-inspector
DB Inspector wrapper for react-native
Platform Supported
[ ] iOS, Unsupported
[x] Android, use infinum/android_dbinspector
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