0.2.1 • Published 5 years ago

rn-state-inspect v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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
or
yarn add --dev rn-state-inspect

Usage

import StateInspect from 'rn-state-inspect';

...

render() {
    return (
        <StateInspect state={this.state} />
    );
}

Example of the rendered component:
 demo

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago