React Native AsyncStorage 调试工具 RN-COOK

码农软件 · 软件分类 · 程序调试工具 · 2019-11-30 08:56:43

软件介绍

很多时候,使用React Native AsyncStorage很难调试,既没有命令行也没有UI界面,尤其是在真机调试阶段,无法确保AsyncStorage里存储的数据是否可用,因此构建了UI Debugger显得十分必要, RN-COOK就是这么一款调试工具。

使用:

$ npm install rn-cook --save
//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>

截图展示:

Table

         

Command

 

Edit

         

本文地址:https://codercto.com/soft/d/20104.html

Blockchain Basics

Blockchain Basics

Daniel Drescher / Apress / 2017-3-16 / USD 20.99

In 25 concise steps, you will learn the basics of blockchain technology. No mathematical formulas, program code, or computer science jargon are used. No previous knowledge in computer science, mathema......一起来看看 《Blockchain Basics》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具