-
I am trying to do a code push to an iOS app using the following command:
`appcenter codepush release-react -a myemail/MYAPP -d Staging`
but getting the following output:
```
Detecting ios app …
-
### Description
Configure project :react-native-reanimated
Android gradle plugin: 8.1.1
Gradle: 8.3
WARNING: The specified Android SDK Build Tools version (29.0.3) is ignored, as it is below t…
-
ERROR Warning: Component "CodePushComponent" contains the string ref "rootComponent". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() in…
-
If you specify a project root AND nodeModulesPath in your app/build.gradle, the nodeModulesPath is ignored, and the assumed root/node_modules is used. Instead, the more specific nodeModulesPath config…
-
### Steps to Reproduce
1. Installed [react-native-code-push](https://github.com/microsoft/react-native-code-push) into react native app
2. Reinstall application
3. Error occurs
### Expected B…
-
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
### Steps to Reproduce
1. Implement code push
2. Install release on Android with version …
-
### Minimal reproducible example
https://github.com/bd1354/expooau/blob/main/app.jsx
### What platform(s) does this occur on?
Android
### Did you reproduce this issue in a development build?
Yes
…
-
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
### Steps to Reproduce
1. I have released app through code push for ios and android
2. i…
-
### **Description**
Promote is now promoting oldest codepush build for a given version
### **Repro Steps**
1. Create code push to staging
2. Promote code push to release
3. Create 2nd code push…
-
I am using the following command to remove all code push update history for an app (as described in docs).
```appcenter codepush deployment clear -a Staging```
The CLI hangs indefinitely:
![…