快乐学堂移动端8.0

zhangmengjie 404b356639 1.修改返回方法名为goBack() il y a 5 ans
__tests__ 127550e193 '创建项目' il y a 5 ans
android a559fbbd2c 1 il y a 5 ans
imgs 127550e193 '创建项目' il y a 5 ans
ios 127550e193 '创建项目' il y a 5 ans
pages 404b356639 1.修改返回方法名为goBack() il y a 5 ans
util 127550e193 '创建项目' il y a 5 ans
.buckconfig 127550e193 '创建项目' il y a 5 ans
.flowconfig 127550e193 '创建项目' il y a 5 ans
.gitattributes 127550e193 '创建项目' il y a 5 ans
.gitignore 127550e193 '创建项目' il y a 5 ans
.watchmanconfig 127550e193 '创建项目' il y a 5 ans
App.js 4c8149c76a 1.修改App.js引入文件路径 il y a 5 ans
README.md 654405eb9f '修改readme' il y a 5 ans
app.json 127550e193 '创建项目' il y a 5 ans
babel.config.js 127550e193 '创建项目' il y a 5 ans
index.js 127550e193 '创建项目' il y a 5 ans
metro.config.js 127550e193 '创建项目' il y a 5 ans
package-lock.json a559fbbd2c 1 il y a 5 ans
package.json 127550e193 '创建项目' il y a 5 ans
yarn.lock 127550e193 '创建项目' il y a 5 ans

README.md

义方快乐学堂8.0

启动方法

  1. npm i 下载依赖
  2. 部分依赖 react-art react-dom 需要手动install
  3. react-native run-android 或 react-native run-ios 启动
  4. 安卓环境需修改安卓目录下local.properties中的sdk位置(非必需)

文件结构

|—— android                  --安卓项目文件
|—— ios                      --IOS项目文件
|—— pages                    --js通用文件
    |——components          --可复用组件
    |——images              --图片文件夹
    |——services            --网络请求文件夹
    |——utils               --通用工具类
 .....