You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, follow the installation guide starting from**'4. "CodePush-ify" your app'**.
24
+
1. Edit `android/app/build.gradle` file to remove the `apply from: "../../node_modules/..../codepush.gradle"` line.
25
25
26
-
The following changes are optional but recommended for cleaning up the old configuration:
27
-
- 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.
28
-
- Thanks to Auto Linking, you can remove the `react-native-code-push` module settings from `settings.gradle`.
26
+
2. The following changes are optional but recommended for cleaning up the old configuration:
27
+
- 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.
28
+
- Thanks to Auto Linking, you can remove the `react-native-code-push` module settings from `settings.gradle`.
29
+
30
+
3. Follow the installation guide starting from **'4. "CodePush-ify" your app'**.
29
31
30
32
31
33
## ⚙️ Installation
@@ -129,15 +131,7 @@ Then, edit `AppDelegate.swift` like below.
0 commit comments