Skip to content

Commit a66c741

Browse files
committed
chore: update README.md
1 parent 12a7178 commit a66c741

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# @bravemobile/react-native-code-push
22

3-
### Seamless Transition from AppCenter to a Fully Self-Hosted CodePush
3+
### CodePush without an update server
44

55
- **No API Server Needed** – Use static hosting solutions (e.g., AWS S3) without maintaining additional API servers.
6-
- **Familiar API** – Built on `microsoft/react-native-code-push`, ensuring compatibility and stability.
6+
- **Familiar API** – Built on `microsoft/react-native-code-push`, with the native module migrated to TurboModule.
77
- **Flexible Deployment** – Implement your own release workflow, giving you complete control over the deployment process.
88

99
### 🚀 New Architecture support
@@ -36,7 +36,7 @@ npm install @bravemobile/react-native-code-push
3636
1. Edit `android/app/build.gradle` file to remove the `apply from: "../../node_modules/..../codepush.gradle"` line.
3737

3838
2. The following changes are optional but recommended for cleaning up the old configuration:
39-
- Since the deployment key is no longer needed due to the retirement of AppCenter, it is recommended to remove it from your `Info.plist`, `strings.xml`, or JavaScript code.
39+
- Since the deployment key is no longer used, it is recommended to remove it from your `Info.plist`, `strings.xml`, or JavaScript code.
4040
- Thanks to Auto Linking, you can remove the `react-native-code-push` module settings from `settings.gradle`.
4141

4242
3. Follow the installation guide starting from **'4. "CodePush-ify" your app'**.

0 commit comments

Comments
 (0)