Giter VIP home page Giter VIP logo

rn-boat-vconsole's Introduction

#rn-boat-vconsole

###Description show log in your rn app ^_^

#Install:

npm install rn-boat-vconsole --save

#Example:

import { ConsoleHooker, LogView }from "rn-boat-vconsole";

(new ConsoleHooker()).hook();
<LogView style={{width: Dimensions.get('window').width, height: Dimensions.get('window').height}}
         inverted={false}
         multiExpanded={true} timeStampFormat='HH:mm:ss' visible={this.state.logViewVisible}/>
<TouchableOpacity activeOpacity={0.6} onPress={() => {
    this.setState({
        logViewVisible: !this.state.logViewVisible
    });
}} style={{
    position: 'absolute',
    right: 100,
    bottom: 100,
    backgroundColor: 'gray',
    padding: 10,
    borderRadius: 5,
    elevation: 3
}}>
    <Text style={{color: 'white'}}>DebugView</Text>
</TouchableOpacity>

项目工时(单位:小时) minSdkVersion 24 (7.0) targetSdkVersion 29 compileSdkVersion 30

项目框架初始化:4 sqlite初始化(数据库表,增删改查基础功能):8 列表页页面搭建:2 大纲页页面搭建(带抽屉式切换和标题层次切换功能):8 列表页功能(带新增,长按删除数据):6 大纲页数据编辑功能:22 大纲内容撤销,展开,收缩功能:10 进入每个节点编辑(相关功能继承大纲页面相关功能):8

总计68小时 预计两周完成

rn-boat-vconsole's People

Contributors

tianyatmq avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

chenyunjie

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.