react-native-code-push
react-native-code-push copied to clipboard
React Native module for CodePush
ERROR Warning: Component "CodePushComponent" contains the string ref "rootComponent". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() instead. Learn more...
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...
It's common practice on the iOS App Store to use non-semver strings for versions like 2.01. These fail with codepush with "Error: Invalid binary version(s) for a release." Is there...
### Steps to Reproduce ```js "react": "18.3.1", "react-native": "0.75.2", "react-native-code-push": "^9.0.0" ``` ```js import React, { Component } from 'react' import { View, Text, StyleSheet, TouchableOpacity } from 'react-native' import...
We have been doing codepush releases from the past few years through Azure pipeline. Initially it was ok when we have 10k customers. But now we have more than 100k...
**LIBS:** `react-native-code-push": "^9.0.0` `react-native": "0.75.4` I have two flavors ``` flavorDimensions "default" productFlavors { development { dimension "default" applicationIdSuffix ".development" resValue "string", "variant", "development" resValue "string", "CodePushDeploymentKey", "MYSTAGINGKEY" buildConfigField "String",...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce Call CodePush.checkForUpdate() Call update.download() ### Expected Behavior Update downloads...
Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.15.0 to 1.16.2. Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in html while redirecting (expressjs/serve-static#173) New Contributors @UlisesGascon made their first contribution...