Skip to content

A simple component that prints any JS/JSON data to a view

Notifications You must be signed in to change notification settings

mesaquen/rn-state-inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple component that prints any JS/JSON data to a view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published