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

Configuration steps for react native windows apps that uses C# as base native language ## Proposed Changes Updating docs

When me and my team were following the guide, we didn't have a deployment key setup to our account. After some search we found a solution for creating a deployment...

- Since code-push bump version from 4.0.2 to 4.0.3, acquisition-sdk path has changed.

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 should be used....

fix-in-master

### Steps to Reproduce 1. Use react-native in a monorepo ([lerna](https://github.com/lerna/lerna#getting-started)) or just put all react-native files (except node_modules) in a sub directory to simulate it 2. Run CLI tools...

investigating

This PR fixes an error we encountered in a hybrid (Swift + React Native) app we’re developing, and use_frameworks! flag. `SSZipArchive` was introduced as a module unlike `JWT`, `SSZipArchive` imports...

### Issue: Whenever `project.ext.react` is not present in the `build.gradle` file the code push release fails without much information. ### Screenshot ### Steps to Reproduce 1. In the android folder,...

bug
waiting-for-clarification

### Steps to Reproduce 1. Have code such as ``` codePush.sync({ installMode: codePush.InstallMode.ON_NEXT_SUSPEND, minimumBackgroundDuration: 20, }) ``` 2. Trigger prompt such as for push notification, contacts, camera, etc. and then...

bug

Vulnerability category: Misconfiguration DevSettings activity is available on release react native android application. DevSettings in release flavour of react native android application could make security vulnerability. DevSettings activity from React...

### Steps to Reproduce 1. Code push a fix v1 2. Code push another fix v2 on to same binary version ### Expected Behavior Diff must happen and only changed...