react-native-community / rn-diff-purge

Easier React Native upgrades by clearly exposing changes from a version to another. :rocket: And what better way than to purge, init, then diff? Spoiler: there's no better way. 😎
https://react-native-community.github.io/upgrade-helper
MIT License
1.26k stars 76 forks source link

Typo in 0.61.5 > 0.62.2 diff? #34

Closed e1ferapontov closed 2 years ago

e1ferapontov commented 4 years ago

Bug

Screen Shot 2020-04-22 at 20 43 45

diff

That part should be

diff --git a/**RnDiffApp**/.gitattributes b/**RnDiffApp**/.gitattributes
new file mode 100644
index 000000000..23ac65ee5
--- /dev/null
+++ b/**RnDiffApp**/.gitattributes
@@ -0,0 +1,2 @@
+# specific for windows script files
+*.bat text eol=crlf
diff --git a/RnDiffApp/.flowconfig b/RnDiffApp/.flowconfig

or else it will fail immediately without making any changes

Screen Shot 2020-04-22 at 20 44 05
madeinquant commented 4 years ago

Encountered a same error message when upgrade 0.61.5 > 0.63.1. Please advise how to solve this problem?

octavezero commented 4 years ago

Any way to manually apply a custom patch or get the CLI upgrade command to use a custom patch? The upgrade from 0.61.5 to 0.63.1 fails without doing anything due to this bug.