Crazy-Thursday
Crazy-Thursday copied to clipboard
🎉 发给你的好友,让 TA 请你吃炸鸡!
疯狂星期四 🎉
发给你的好友,让 TA 请你吃炸鸡!
首页 | 详情 | 设置 |
---|---|---|
![]() |
![]() |
![]() |
📦 分发方式
iOS & iPadOS 版本
Android 版本
-
- 前往 GitHub Releases 页面下载 apk 安装包
🔨 编译
简介
- 使用 React Native 编写
- 使用 Dependabot 保持依赖在同一个大版本下始终最新
- 使用 Github Actions 进行测试、持续集成和持续交付
- 项目启用了 Hermes,因此推荐使用 Flipper 进行调试
先决条件
- Node 14 或更高版本
- yarn 包管理器
- Watchman
- Xcode 10或更高版本
- CocoaPods
- JDK 11 或更高版本
- Android SDK
- Build-Tools
31.0.0
- NDK
21.4.7075529
- Build-Tools
起步
yarn install
cd ios && pod install
模拟器调试
yarn ios
yarn android
真机调试
npm install -g ios-deploy
yarn ios --device
yarn android
测试
yarn test
cd android
chmod +x gradlew
./gradlew test
iOS 真机部署
yarn ios --configuration Release --device
打包 Android apk
cd android
./gradlew assembleRelease
生成开屏图
yarn react-native generate-bootsplash src/assets/splash/bootsplash.png \
--background-color=ECE9E9 \
--logo-width=192 \
--flavor=main
✍️ 贡献文案
前往 issues 页面发布你的贡献文案,【标题】和【正文】随意
示例如下
👍 致谢
- Nthily/KFC-Crazy-Thursday - 主要文案来源