GithubHelp home page GithubHelp logo

emmaoo / app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhufengketang/app

0.0 2.0 0.0 107 KB

珠峰课堂APP-国内首款开源React Native APP

License: MIT License

JavaScript 77.90% Python 4.99% Java 3.77% Objective-C 13.33%

app's Introduction

珠峰课堂

国内第一款开源React Native App

运行方法

STEP1 进入项目目录

执行npm install

STEP2 ios 用xcode打开ios/zhufengketang.xcodeproj

STEP3 android 在android studio打开android目录作为一个工程

架构阐述

依赖关系

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

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

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

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

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.