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

Missing latest react-native-windows versions #351

Open Slyther opened 1 year ago

Slyther commented 1 year ago

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 ton of versions have been released in between these two, and they just do not show up.

image image

Slyther commented 1 year ago

@acoates-ms could we get some help with this? I understand this relies specifically on the rnw-diff repo. Do you have to personally run it and update it? Should other users be maintaining this or running this on their own in some way, in order to always get the most up to date versions?

acoates-ms commented 1 year ago

Looks like the react-native-windows string in the config menu has gotten cut off, so it's not clear what the 2nd radio button is.

Yeah, the github action I had automatically running to update the rnw-diff repo started running out of diskspace to be able to complete the automatic run, so I've been running it manually. I need to try to find some time to fix it.