Closed pierroo closed 5 months ago
yes it works pretty well with me
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.
I'm closing this issue. Please let me know if anyone encounters any issues with RN 0.73.
Used to work, no longer does since upgrading RN to 0.73+
Steps to Reproduce
Expected Behavior
to work
Actual Behavior
doesn't work
Reproducible Demo
Examples
folder runnode create-app.js appName react-native@0.61.5 react-native-code-push@6.0.0
command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.js
file content if neededEnvironment
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