react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.67k stars 112 forks source link

fix: `appName` changes not re-rendering `Diff` #263

Closed lucasbento closed 3 years ago

lucasbento commented 3 years ago

Summary

Providing the app name is currently not working because the Diff component doesn't re-render when you fulfil it.

Test Plan

What are the steps to reproduce?

  1. Select the versions;
  2. Provide the app name;
  3. Profit.

Checklist