Skip to content

vczero/rn-cook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RN-COOK

React Native AsyncStorage Debug Tool

Why

AsyncStorage is very difficult to debug. I want to develop a tool that have a UI Interface. So, I did.

$ npm install rn-cook --save

How to use

//1) install module
	$ npm install rn-cook --save

//2) import module
	import RNCook from 'rn-cook';

//3) write component on bottom of view container
	<RNCook/> 
	
//4) for example
	<ScrollView style={styles.flex_1}>
    <View style={styles.logo}></View>
    <Text style={styles.fontTitle}>
     Read
    </Text>
    <Recommend/>
    <View style={styles.hr}></View>
    <Text style={styles.fontTitle}>
      Study
    </Text>
    <Grade navigator={this.props.navigator}/>
    <View style={styles.hr}></View>
    <Text style={styles.fontTitle}>
      Category
    </Text>
    <Category navigator={this.props.navigator}/>
    <CopyRight navigator={this.props.navigator}/>
    
    <RNCook/>
  </ScrollView>	

Show Case

Table

Command

Edit

About

React Native AsyncStorage Debug Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published