https://github.com/retyui/codepushcicd
React Native 0.70 + CodePush + CI/CD + Dev menu
https://github.com/retyui/codepushcicd
codepush reactnative
Last synced: about 2 months ago
JSON representation
React Native 0.70 + CodePush + CI/CD + Dev menu
- Host: GitHub
- URL: https://github.com/retyui/codepushcicd
- Owner: retyui
- Created: 2023-01-15T14:34:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T08:34:48.000Z (about 3 years ago)
- Last Synced: 2025-10-12T05:06:44.169Z (7 months ago)
- Topics: codepush, reactnative
- Language: Java
- Homepage: https://retyui.medium.com/stop-having-to-paying-for-slow-react-native-ios-builds-eeaa9de5d283
- Size: 453 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodePushCiCd

- Full Article: https://retyui.medium.com/stop-having-to-paying-for-slow-react-native-ios-builds-eeaa9de5d283
- CI/CD [`.github/workflows/non_prod_codepush.yml`](https://github.com/retyui/CodePushCiCd/blob/main/.github/workflows/non_prod_codepush.yml), [`scripts/codepush-non-prod.sh`](https://github.com/retyui/CodePushCiCd/blob/main/scripts/codepush-non-prod.sh)
- Client core part [`codepush/useSyncOnAppStart.ts`](https://github.com/retyui/CodePushCiCd/blob/main/codepush/useSyncOnAppStart.ts)
- Client dev menu part [`react-native-code-push-dev-menu`](https://github.com/retyui/react-native-code-push-dev-menu) + [`App.tsx`](https://github.com/retyui/CodePushCiCd/blob/main/App.tsx))
- [Git diff of installing `react-native-code-push` on React Native 0.70.x](https://github.com/retyui/CodePushCiCd/commit/5cab326370e6523c4bdefaec2f2fbf39aa8929f6)
To make codepush release
```bash
# Required
export APPCENTER_ACCESS_TOKEN=xxxx
export DEPLOYMENT_NAME=my-branch-name
# Optional
export DESCRIPTION="My desc..."
PLATFORM=ios ./scripts/codepush-non-prod.sh # Codepush release for iOS
PLATFORM=android ./scripts/codepush-non-prod.sh # Codepush release for Android
```
**Demo:**
https://user-images.githubusercontent.com/4661784/212563326-78cadd3e-a698-4c9e-8541-233ed70504ab.mov