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

Add link to example repos (new and old versions) #327

Open evangrim opened 2 years ago

evangrim commented 2 years ago

Feature Request

E.g. for https://react-native-community.github.io/upgrade-helper/?from=0.62.2&to=0.63.4, add a link to a playground or repo where 0.62.2 can be examined, and another for 0.63.4

Why it is needed

Because some packages require "custom installation steps", and those packages can become blockers to upgrading; it'd be helpful to have easy access to what a full working example should look like.

Possible implementation

Code sample