react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

React Native module for CodePush

Results 195 react-native-code-push issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, everytime I try to release an update using codepush on iOS (but probably happens in Android too) after I update to RN 0.69 I get this crash: ``` Fatal...

App crashes each time with new release after upgraded react native from 0.68.2 to 0.69.2 in release mode (testflight, firebase distribution) **Error**: ` Fatal Exception: com.facebook.jni.CppException: Compiling JS failed: Wrong...

Not a bug. This is a question about setup code push on React Native. 0.68 I am following [doc](https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-ios.md) to setup code push. Here is the step in doc: ```...

Platform: Android I have an Android Project where react-native components are part of a Dynamic Feature Module (DFM). CodePush works if CODE_PUSH_APK_BUILD_TIME is added as resValue to defaultConfig in base...

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. 2. 3. ### Expected Behavior Updates should be...

We use a feature flag mechanism for enabling features in our App. Sometimes we would like to target just a few users to a specific bundle version for a more...

### Steps to Reproduce 1. Using the following options when calling sync ``` await codePush.sync({ installMode: codePush.InstallMode.ON_NEXT_SUSPEND mandatoryInstallMode: codePush.InstallMode.ON_NEXT_SUSPEND }) ``` ### Expected Behavior When putting the app in background,...

bug
waiting-for-clarification

As the title says, in my case I want to know the date on which the current build was installed. I tried to use getUpdateMetadata but it doesn't have that...

I'm trying to turn off the loader once it reach status 0. codePushStatusDidChange is getting called only once with the status as 4 it is work fine with class component...