Skip to content

Commit baf0398

Browse files
authored
add version compatibility warning to README
1 parent 4339ac3 commit baf0398

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# New Releases
2-
In order to publish new releases from this fork, we have renamed this project to
3-
`rn-fetch-blob` and published to `https://www.npmjs.com/package/rn-fetch-blob`.
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-
71
# rn-fetch-blob
82
[![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)]()
93

10-
114
A project committed to making file access and data transfer easier and more efficient for React Native developers.
12-
> For Firebase Storage solution, please upgrade to the latest version for the best compatibility.
5+
6+
# Version Compatibility Warning
7+
8+
rn-fetch-blob version 0.10.16 is only compatible with react native 0.60 and up. It should have been a major version bump, we apologize for the mistake. If you are not yet upgraded to react native 0.60 or above, you should remain on rn-fetch-blob version 0.10.15
139

1410
## Features
1511
- Transfer data directly from/to storage without BASE64 bridging

0 commit comments

Comments
 (0)