rn-state-inspect
v0.2.1
Published
This is a simple react native component that renders a `ScrollView` containing any JS/JSON data strucutre provided to the component.
Readme
rn-state-inspect
This is a simple react native component that renders a ScrollView containing any JS/JSON data strucutre provided to the component.
Installing
npm i --save-dev rn-state-inspect
oryarn add --dev rn-state-inspect
Usage
import StateInspect from 'rn-state-inspect';
...
render() {
return (
<StateInspect state={this.state} />
);
}Example of the rendered component:

