microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.95k stars 1.46k forks source link

was it tested and confirmed to work on RN0.73+? #2669

Closed pierroo closed 3 months ago

pierroo commented 7 months ago

Used to work, no longer does since upgrading RN to 0.73+

Steps to Reproduce

  1. upgrade to RN0.73.4
  2. no longer working for android

Expected Behavior

to work

Actual Behavior

doesn't work

  STACK TRACE AND/OR SCREENSHOTS

Reproducible Demo

Environment

Basically it was always working, now it no longer works since I upgraded to RN0.73 And yes I adjusted my MainActivity.kt file according to the new doc I am using the multi deployment testing

also just to clarify the step 2 that says:

In your android/app/build.gradle file, add the codepush.gradle file as an additional build task definition to the end of the file:

... apply from: "../../node_modules/react-native-code-push/android/codepush.gradle" ...

should it literally be at the very end of the file? I never had to put it at the very end before, but perhaps now it has to?

I see that the codepush is downloaded by users, but none is actually installed. I have no clue why.

Is there any way to check on a release apk if something is going wrong?

I tried with adb logcat | find "codepush" but it gives nothing upon starting the app

matthewadel commented 7 months ago

yes it works pretty well with me

djindal61 commented 6 months ago

We migrated the RN from 0.70.7 to 0.72.4

This is old version: "react-native-code-push": "^7.0.4", "react-native": "0.70.7",

This is new version: "react-native": "0.72.4", "react-native-code-push": "^8.2.0",

We are not able to push the code changes . New changes are not reflected ion android & iOS.

Please help us to clear out

Error: The uploaded package was not released because it is identical to the contents of the specified deployment's current release.

DmitriyKirakosyan commented 3 months ago

I'm closing this issue. Please let me know if anyone encounters any issues with RN 0.73.