Giter VIP home page Giter VIP logo

nuanxindoctorapp's Introduction

1.js文件请放在statics/js/目录下;

2.使用的图片请放到statics/image/目录下;

3.导航栏的图标已添加成为静态文件,可以使用require(image!xxx)的方式来使用;

4.组件中的方法,要添加注释,包括(param,return),具体格式参考index.android.js文件中的注释;

5.和后台交互的URL在statics/js/UrlConfig.js文件中;

6.有问题及时交流;

7.每天git操作

1.先使用git pull origin dev 更新本地代码
2.完成一个节点后,使用git add -A 提交代码,再使用git commit -m "xxxx" 提交代码,引号之间将你提交的内容描述的详细一点
3.最后使用git push origin dev 上传到远程版本库中

8.升级到0.20.0

1,在命令行执行 npm i [email protected] --save
  将RN全局升级到0.20.0
2,在项目根目录的package.json中将react-native版本手动改为0.20.0
3,在项目根目录执行npm install
4,重启电脑以重启packager
5,执行react-native upgrade
6,重新run-android

NuanxinDoctorApp

NuanxinDoctorApp

NuanxinDoctorApp

nuanxindoctorapp's People

Contributors

yanzhaowei avatar

Stargazers

Hongli Yu avatar

Watchers

James Cloos avatar  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.