ソースを参照

Update README.md with tip on project references

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 #122 (https://github.com/joltup/rn-fetch-blob/issues/122)
Jeff Schoolcraft 5 年 前
コミット
d09c5d8095
No account linked to committer's email address
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      README.md

+ 2
- 0
README.md ファイルの表示

@@ -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.
6
+
5 7
 # rn-fetch-blob
6 8
 [![release](https://img.shields.io/github/release/joltup/rn-fetch-blob.svg?style=flat-square)](https://github.com/joltup/rn-fetch-blob/releases) [![npm](https://img.shields.io/npm/v/rn-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/rn-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![](https://img.shields.io/badge/Wiki-Public-brightgreen.svg?style=flat-square)](https://github.com/joltup/rn-fetch-blob/wiki) [![npm](https://img.shields.io/npm/l/rn-fetch-blob.svg?maxAge=2592000&style=flat-square)]()
7 9