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

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1.upgrade react-native-code-push from 7.0.5 to 8.0.1 2. 3. ###...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

## Steps to Reproduce 1. Create a C# React Native Windows app 2. Set up CodePush 3. Create an iOS app on AppCenter to use as project push ### Expected...

Steps to Reproduce We have got a security warning flagged by NowSecure, our mobile security scanner. The test looks in the decompiled code of the binary for instances of static...

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. init project and install react-native-svg and react-native-code-push package...

Now that React Native supports code splitting, it would be very nice if Code Push added support for dynamic imports: ```js const mod = await import('./MyModule.js') ``` ```js import React...

### Steps to Reproduce 1.init project and install react-native-code-push package 2. Using a asset of format **lottie**(abc.lottie) like this: {require('/abc.lottie')} 3. code-push release ### Expected Behavior Every assets including **dotlottie**...

How to avoid the Rate limit warning which is reporting issue in Firebase when HOC is used to download codepush? I have below code in my **App.js** which is a...

RN Apps currently don't get the opportunity to destruct themselves prior to a restart, leading to crashes and bugs: https://github.com/microsoft/react-native-code-push/issues/2567#issuecomment-1820827232 This is an attempt to mitigate these crashes, by properly...

config was receiving an ArrayList as a false case, but ArrayLists don't support get() method, so it should receive a Map instance.