You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to include a note for folks upgrading from the old branch to the new branch about renaming all product references as this was a problem I came across in wkh237#122 (joltup#122)
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
In order to publish new releases from this fork, we have renamed this project to
3
3
`rn-fetch-blob` and published to `https://www.npmjs.com/package/rn-fetch-blob`.
4
4
5
+
**Note**: If upgrading from the original fork change all references in your project from `react-native-fetch-blob` to `rn-fetch-blob`. This includes `*.xcodeproj/project.pbxproj` and `android/**/*.gradle` depending on the platform used, failing to do so may cause build errors.
0 commit comments