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.63k stars 112 forks source link

Support nightly releases #325

Open thymikee opened 1 year ago

thymikee commented 1 year ago

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 Upgrade Helper to support diffing nightly releases? I would imagine having a separate select to not obscure regular users who are rather not interested in nightlies.

Why it is needed

To ease working on edgy stuff from RN main for developers.

Possible implementation

-

Code sample

-

cortinico commented 1 year ago

Would it be possible for Upgrade Helper to support diffing nightly releases? I would imagine having a separate select to not obscure regular users who are rather not interested in nightlies.

Yeah it should be possible. We would have to invoke the differ job as we invoke the nightly every day.

fabioh8010 commented 1 year ago

Hey @cortinico , are you guys working on this internally? I would like to contribute with this feature if possible.

cortinico commented 1 year ago

Nope we're not working on this internally @fabioh8010 👍

fabioh8010 commented 1 year ago

Great! I will start working on this next week probably, thanks!