Giter VIP home page Giter VIP logo

app's Introduction

珠峰课堂

珠峰课堂是珠峰联合业内大牛开发的国内首开源React Native App,并同步发售开发过程视频。

运行方法

  1. 进入项目目录
npm install
  1. 如果是ios 用xcode打开ios/zhufengketang.xcodeproj

  2. 如果是android 在android studio打开android目录作为一个工程

架构阐述

依赖关系

目前分成两层basic和domain。 domain目录中本次项目相关的组件、服务、配置参数和Helper函数,basic目录是本次开发过程中的额外产出的通用组件、方法等

  • domain依赖于basic, 但basic不依赖于domain
  • domain和basic之间的关系是单向的依赖
路由

目前使用的是React Native 自带的Navigator, 增加一个页面请遵循以下步骤:

  • 在domain/page目录下增加一个组件*
  • 在路由元数据文件domain/pages/index.js中增加描述

app's People

Contributors

zhufengketang avatar

Watchers

James Cloos avatar wsj-love avatar

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.