下载资源前端资源详情
hamigua.zip
大小:243.06KB
价格:15积分
下载量:0
评分:
5.0
上传者:franktaoge
更新日期:2024-09-04

lemon rn project

资源文件列表(大概)

文件名
大小
hamigua/
-
hamigua/react-native.config.js
52B
hamigua/.DS_Store
8KB
__MACOSX/hamigua/._.DS_Store
120B
hamigua/metro.common.js
45B
hamigua/app/
-
hamigua/test/
-
hamigua/index.expo.js
195B
hamigua/babel.config.expo.js
417B
hamigua/bin/
-
hamigua/app.json
565B
hamigua/CHANGE.md
5.89KB
hamigua/web/
-
hamigua/mock/
-
hamigua/metro.common.config.js
1.25KB
hamigua/index.js
192B
hamigua/metro.business.config.js
1.62KB
hamigua/webpack.config.js
1.71KB
hamigua/App.native.js
299B
hamigua/readme.md
2.21KB
hamigua/yarn.lock
825.32KB
hamigua/规范.md
5.28KB
hamigua/babel.config.js
1.06KB
hamigua/.gitignore
1.22KB
hamigua/package.json
9.2KB
hamigua/rn.config.ts
441B
hamigua/tsconfig.json
724B
hamigua/package.expo.json
1.37KB
hamigua/e2e/
-
hamigua/assets/
-
hamigua/App.js
234B
hamigua/help/
-
hamigua/app/routers/
-
hamigua/app/app.tsx
320B
hamigua/app/types/
-
hamigua/app/constants/
-
hamigua/app/utils/
-
hamigua/app/models/
-
hamigua/app/screens/
-
hamigua/app/theme/
-
hamigua/app/i18n/
-
hamigua/app/services/
-
hamigua/test/setup.ts
271B
hamigua/test/mock-reactotron.ts
76B
hamigua/test/mock-file.ts
104B
hamigua/test/mock-i18n.ts
78B
hamigua/test/mock-async-storage.ts
-
hamigua/test/mock-react-native-image.ts
678B
hamigua/test/i18n.test.ts
2.12KB
hamigua/bin/postInstall
1.2KB
hamigua/bin/setup
3.57KB
hamigua/bin/downloadExpoApp.sh
895B
hamigua/web/index.html
6.51KB
hamigua/mock/server.js
1.53KB
hamigua/mock/yarn.lock
14.13KB
hamigua/mock/package-lock.json
22.76KB
hamigua/mock/package.json
310B
hamigua/mock/src/
-
hamigua/e2e/reload.expo.js
83B
hamigua/e2e/config.json
71B
hamigua/e2e/reload.js
64B
hamigua/e2e/README.md
1.37KB
hamigua/e2e/firstTest.spec.js
553B
hamigua/e2e/init.js
387B
hamigua/assets/images/
-
hamigua/help/printRnLink.js
644B
hamigua/app/routers/index.tsx
1.03KB
hamigua/app/routers/index.native.tsx
853B
hamigua/app/types/api.d.ts
161B
hamigua/app/types/global.d.ts
75B
hamigua/app/constants/common.ts
452B
hamigua/app/constants/api.ts
89B
hamigua/app/constants/domain.ts
2.97KB
hamigua/app/utils/index.tsx
752B
hamigua/app/utils/webtrends.ts
2.12KB
hamigua/app/utils/toolMethod.ts
7.14KB
hamigua/app/utils/math.ts
112B
hamigua/app/utils/validate.ts
1.85KB
hamigua/app/utils/formatNum.ts
2.35KB
hamigua/app/models/HomePage-store.ts
1.51KB
hamigua/app/models/index.ts
353B
hamigua/app/screens/Home/
-
hamigua/app/screens/Public/
-
hamigua/app/theme/timing.ts
97B
hamigua/app/theme/palette.ts
233B
hamigua/app/theme/index.ts
128B
hamigua/app/theme/color.ts
1.63KB
hamigua/app/theme/fonts/
-
hamigua/app/theme/typography.ts
997B
hamigua/app/theme/spacing.ts
1.18KB
hamigua/app/i18n/ja.json
108B
hamigua/app/i18n/i18n.ts
680B
hamigua/app/i18n/en.json
1.29KB
hamigua/app/i18n/index.ts
67B
hamigua/app/i18n/translate.ts
244B
hamigua/app/services/navigator/
-
hamigua/app/services/api/
-
hamigua/app/services/forward/
-
hamigua/mock/src/changeLog.js
696B
hamigua/assets/images/favicon.ico
1.63KB
hamigua/app/screens/Home/index.tsx
1.87KB
hamigua/app/screens/Home/useHome.ts
1.99KB
hamigua/app/screens/Public/P400.tsx
225B
hamigua/app/screens/Public/Home.tsx
615B
hamigua/app/screens/Public/P500.tsx
266B
hamigua/app/theme/fonts/index.ts
403B
hamigua/app/services/navigator/index.ts
540B
hamigua/app/services/api/HomePage/
-
hamigua/app/services/forward/index.ts
946B
hamigua/app/services/api/HomePage/index.ts
1.45KB

资源内容介绍

lemon rn project
## 开发Thanks to ignited app!## 说明文档http://ebank-gm.fat.qa.pab.com.cn/cs/rn-docs/### 安装```# 修改为公司源yarn --registry=http://repo.pab.com.cn/artifactory/api/npm/npm-arch-frontend/```### rn开发模式- 1 runs```npm start```- 2 查看开发模式开发面板 :http://localhost:8081/ios bundle:http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=trueandroid bundle:http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true- 3 测试环境口袋APP(ios)调试 rn 代码【old】详细手册 ```http://docs.paic.com.cn/#/post/42793292```【new】直达 https://test-cdn-fat.pingan.com.cn/platform/zhida/url-tool-creditcard.html (外网打开)### web 开发模式- 1 run```bashnpm run web```- 2 open http://localhost:19006/### 部署流程1. 执行: `yarn build:app` 或者 `npm run build:app`2. 查看目录下文件: `build-dist/rn-f2eCFFundsChannel.zip`3. zip 包上传到 sirius 3.1 打开:http://sirius-console.pab.com.cn/#/home/resourceList 3.2 APPkey: A101294,点击右侧操作中“发布管理”按钮 3.3 点击“创建发布单” 或 “查看”选择已有版本号 3.4 以“查看”选择已有版本号为例:点击“重新提测” 3.5 选择发布环境;并点击“上传”,上传 `f2eCFFundsChannel.zip` 文件;选择“自动上架” 3.6 点击“确认” 3.7 点击“测试发布”4. 完成### 验证部署是否成功在 RMS 上查看是否已更新资源,步骤:1. 打开 RMS:http://rms.qa.pab.com.cn/#/home2. 搜索 ID: A1012943. 点击“文件浏览”,根据自己的版本号查看资源是否更新(可根据上传时间和上传人,也可以将文件下载和自己本地的做比对)### web 构建模式1 build(SPA)```bashyarn build:web```The build dist is web-build2 config```javascript{ "homepage": "./", // set static build subpath}```3 Serving LocallyServe CLI: Quickly test how it works in production - npx serve web-buildOpen http://localhost:3000This is http only, so permissions, camera, location, and many other things won't work.

用户评论 (0)

发表评论

captcha