首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

lemon rn project

前端 243.06KB 6 需要积分: 1
立即下载

资源介绍:

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=true android 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 ```bash npm 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/#/home 2. 搜索 ID: A101294 3. 点击“文件浏览”,根据自己的版本号查看资源是否更新(可根据上传时间和上传人,也可以将文件下载和自己本地的做比对) ### web 构建模式 1 build(SPA) ```bash yarn build:web ``` The build dist is web-build 2 config ```javascript /* package.json */ { "homepage": "./", // set static build subpath } ``` 3 Serving Locally Serve CLI: Quickly test how it works in production - npx serve web-build Open http://localhost:3000 This is http only, so permissions, camera, location, and many other things won't work.

资源文件列表:

hamigua.zip 大约有110个文件
  1. hamigua/
  2. hamigua/react-native.config.js 52B
  3. hamigua/.DS_Store 8KB
  4. __MACOSX/hamigua/._.DS_Store 120B
  5. hamigua/metro.common.js 45B
  6. hamigua/app/
  7. hamigua/test/
  8. hamigua/index.expo.js 195B
  9. hamigua/babel.config.expo.js 417B
  10. hamigua/bin/
  11. hamigua/app.json 565B
  12. hamigua/CHANGE.md 5.89KB
  13. hamigua/web/
  14. hamigua/mock/
  15. hamigua/metro.common.config.js 1.25KB
  16. hamigua/index.js 192B
  17. hamigua/metro.business.config.js 1.62KB
  18. hamigua/webpack.config.js 1.71KB
  19. hamigua/App.native.js 299B
  20. hamigua/readme.md 2.21KB
  21. hamigua/yarn.lock 825.32KB
  22. hamigua/规范.md 5.28KB
  23. hamigua/babel.config.js 1.06KB
  24. hamigua/.gitignore 1.22KB
  25. hamigua/package.json 9.2KB
  26. hamigua/rn.config.ts 441B
  27. hamigua/tsconfig.json 724B
  28. hamigua/package.expo.json 1.37KB
  29. hamigua/e2e/
  30. hamigua/assets/
  31. hamigua/App.js 234B
  32. hamigua/help/
  33. hamigua/app/routers/
  34. hamigua/app/app.tsx 320B
  35. hamigua/app/types/
  36. hamigua/app/constants/
  37. hamigua/app/utils/
  38. hamigua/app/models/
  39. hamigua/app/screens/
  40. hamigua/app/theme/
  41. hamigua/app/i18n/
  42. hamigua/app/services/
  43. hamigua/test/setup.ts 271B
  44. hamigua/test/mock-reactotron.ts 76B
  45. hamigua/test/mock-file.ts 104B
  46. hamigua/test/mock-i18n.ts 78B
  47. hamigua/test/mock-async-storage.ts
  48. hamigua/test/mock-react-native-image.ts 678B
  49. hamigua/test/i18n.test.ts 2.12KB
  50. hamigua/bin/postInstall 1.2KB
  51. hamigua/bin/setup 3.57KB
  52. hamigua/bin/downloadExpoApp.sh 895B
  53. hamigua/web/index.html 6.51KB
  54. hamigua/mock/server.js 1.53KB
  55. hamigua/mock/yarn.lock 14.13KB
  56. hamigua/mock/package-lock.json 22.76KB
  57. hamigua/mock/package.json 310B
  58. hamigua/mock/src/
  59. hamigua/e2e/reload.expo.js 83B
  60. hamigua/e2e/config.json 71B
  61. hamigua/e2e/reload.js 64B
  62. hamigua/e2e/README.md 1.37KB
  63. hamigua/e2e/firstTest.spec.js 553B
  64. hamigua/e2e/init.js 387B
  65. hamigua/assets/images/
  66. hamigua/help/printRnLink.js 644B
  67. hamigua/app/routers/index.tsx 1.03KB
  68. hamigua/app/routers/index.native.tsx 853B
  69. hamigua/app/types/api.d.ts 161B
  70. hamigua/app/types/global.d.ts 75B
  71. hamigua/app/constants/common.ts 452B
  72. hamigua/app/constants/api.ts 89B
  73. hamigua/app/constants/domain.ts 2.97KB
  74. hamigua/app/utils/index.tsx 752B
  75. hamigua/app/utils/webtrends.ts 2.12KB
  76. hamigua/app/utils/toolMethod.ts 7.14KB
  77. hamigua/app/utils/math.ts 112B
  78. hamigua/app/utils/validate.ts 1.85KB
  79. hamigua/app/utils/formatNum.ts 2.35KB
  80. hamigua/app/models/HomePage-store.ts 1.51KB
  81. hamigua/app/models/index.ts 353B
  82. hamigua/app/screens/Home/
  83. hamigua/app/screens/Public/
  84. hamigua/app/theme/timing.ts 97B
  85. hamigua/app/theme/palette.ts 233B
  86. hamigua/app/theme/index.ts 128B
  87. hamigua/app/theme/color.ts 1.63KB
  88. hamigua/app/theme/fonts/
  89. hamigua/app/theme/typography.ts 997B
  90. hamigua/app/theme/spacing.ts 1.18KB
  91. hamigua/app/i18n/ja.json 108B
  92. hamigua/app/i18n/i18n.ts 680B
  93. hamigua/app/i18n/en.json 1.29KB
  94. hamigua/app/i18n/index.ts 67B
  95. hamigua/app/i18n/translate.ts 244B
  96. hamigua/app/services/navigator/
  97. hamigua/app/services/api/
  98. hamigua/app/services/forward/
  99. hamigua/mock/src/changeLog.js 696B
  100. hamigua/assets/images/favicon.ico 1.63KB
  101. hamigua/app/screens/Home/index.tsx 1.87KB
  102. hamigua/app/screens/Home/useHome.ts 1.99KB
  103. hamigua/app/screens/Public/P400.tsx 225B
  104. hamigua/app/screens/Public/Home.tsx 615B
  105. hamigua/app/screens/Public/P500.tsx 266B
  106. hamigua/app/theme/fonts/index.ts 403B
  107. hamigua/app/services/navigator/index.ts 540B
  108. hamigua/app/services/api/HomePage/
  109. hamigua/app/services/forward/index.ts 946B
  110. hamigua/app/services/api/HomePage/index.ts 1.45KB
0评论
提交 加载更多评论
其他资源 ROS hello world demo
ROS hello world demo code
Microsoft Access Database Engine数据库引擎可再发行程序包
Microsoft Access Database Engine数据库引擎可再发行程序包 Microsoft Access 2016 数据库引擎可再发行程序包 此下载将安装一系列组件,用于帮助在 Microsoft Office System 文件与非 Microsoft Office 应用程序之间传输数据。 用于Microsoft Access Database数据库驱动
用于反编译和分析.NET框架下的工具
用于反编译和分析.NET框架下的可执行文件和程序集。通过使用这个工具,用户可以查看和理解编译后的代码,
学生证书_2024-09-04.zip
学生证书_2024-09-04.zip
1.实现简单的增删改查(Asp.Net MVC+Layui)
代码仅供学习参考
fastboot 驱动文件
win 电脑在进入flashboot (adb reboot bootloader)后,执行flashboot 相关命令一直显示wait device,打卡电脑设备管理器,发现其他中,存在一个未知设备。不存在这个驱动导致falshboot 相关失败,甚至一些特定刷机无法使用。安装当前驱动可以成功。
matlab仿真模型 包括双馈和直驱 1.5MW的
在MATLAB中,风机仿真模型包括双馈感应风机(DFIG)和直驱永磁同步风机(PMSG)模型。双馈感应风机通常用于中到大型风力发电系统,其优点在于较高的效率和灵活的控制方式。DFIG模型的核心是风机通过一个变频器连接到电网,这使得风机能够在变风速条件下保持高效运行。MATLAB中的DFIG模型包括风机的机械部分、发电机部分、变频器和控制系统等。 直驱永磁同步风机则具有更高的可靠性和较低的维护需求,因为它省去了传统齿轮箱的需要。这种风机的核心是永磁同步发电机(PMSG),其直接连接到发电机上,通常与变流器配合使用,以实现高效的功率转换。MATLAB中的PMSG模型会包括风机的机械特性、发电机的电气特性以及控制策略等。 对于1.5MW风机模型,无论是DFIG还是PMSG,MATLAB通常会模拟风机的功率曲线、风速与功率的关系、系统动态响应等。扩展内容中,可能需要涉及具体的控制算法,如最大功率点追踪(MPPT)、功率因数控制、故障检测等,以确保风机在实际运行中的最佳性能。
net-tools-2.0-0.25.zip
net-tools-2.0-0.25.zip