upgrade-helper
upgrade-helper copied to clipboard
⚛️ A web tool to support React Native developers in upgrading their apps.
# Bug ## React Native versions ## Steps to reproduce Describe what you expected to happen: 1. Open The tool 2. Select the current version ( But it doesnt fetch...
Handles cases where appName wasn't playing nicely with it's default value. # Summary The `appName` is meant to be stripped off in various places. When setting the default, the actual...
# Summary the app name and package name were not being properly changed inside the diff files, only in the diff path, this is happening because the tokenizer is using...
# Bug Hey! I upgrade react naitve from 0.70.13 to 0.72.6 and I saw that in the diff, the `enableSeparateBuildPerCPUArchitecture` inside `android/app/build.gradle` didn't removed as the changelog said. ## React...
I have an application published on the App Store and Google Play. I want to update React Native to a higher version. "npx react-native upgrade" didn't work. So I will...
# Feature Request It would be great to have a way to specify different appnames or package names for ios and android without any (com.) prefixing magic happening by upgrade...
# Feature Request `react-native` package outputs `nightly` tag for a while (https://www.npmjs.com/package/react-native), which, if I understand correctly, was recently fixed to work more reliably: https://github.com/facebook/react-native/pull/34838. Would it be possible for...
Very similar to https://github.com/react-native-community/upgrade-helper/issues/321, the latest RNW version that shows up is v0.70.2, from September 26, 2022. The latest release is v0.71.3, released last week, on March 6, 2023. A...
# Feature Request I was looking at the [0.71.4 -> 0.72.0-rc.0] upgrade guide and I noticed several changes (notably `.watchmanconfig`) that seem to be identical. I suspect that these changes...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...