Skip to content

Commit d9237e8

Browse files
Ron RadtkeRon Radtke
authored andcommitted
Updating package.json for npm release
1 parent 9bff6ee commit d9237e8

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rn-fetch-blob
1+
# react-native-blob-util
22
[![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)]()
33

44
A project committed to making file access and data transfer easier and more efficient for React Native developers.
@@ -8,7 +8,7 @@ Also changes are made for feedback (rejected promise) if there is no app to open
88

99
# Version Compatibility Warning
1010

11-
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
11+
react-native-blob-util 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 react-native-blob-util version 0.10.15
1212

1313
## Features
1414
- Transfer data directly from/to storage without BASE64 bridging
@@ -56,21 +56,21 @@ In `0.8.0` we introduced experimental Web API polyfills that make it possible to
5656
Install package from npm
5757

5858
```sh
59-
npm install --save rn-fetch-blob
59+
npm install --save react-native-blob-util
6060
```
6161

6262
Or if using CocoaPods, add the pod to your `Podfile`
6363

6464
```
65-
pod 'rn-fetch-blob',
66-
:path => '../node_modules/rn-fetch-blob'
65+
pod 'react-native-blob-util',
66+
:path => '../node_modules/react-native-blob-util'
6767
```
6868

6969
After `0.10.3` you can install this package directly from Github
7070

7171
```sh
7272
# replace <branch_name> with any one of the branches
73-
npm install --save github:joltup/rn-fetch-blob#<branch_name>
73+
npm install --save github:RonRadtke/react-native-blob-util#<branch_name>
7474
```
7575

7676
**Manually Link Native Modules**
@@ -82,7 +82,7 @@ If automatically linking doesn't work for you, see instructions on [manually lin
8282
For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)
8383

8484
```
85-
react-native link rn-fetch-blob
85+
react-native link react-native-blob-util
8686
```
8787

8888
As for projects < 0.29 you need `rnpm` to link native packages
@@ -94,7 +94,7 @@ rnpm link
9494
Optionally, use the following command to add Android permissions to `AndroidManifest.xml` automatically
9595

9696
```sh
97-
RNFB_ANDROID_PERMISSIONS=true react-native link rn-fetch-blob
97+
RNFB_ANDROID_PERMISSIONS=true react-native react-native-blob-util
9898
```
9999

100100
pre 0.29 projects

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rn-fetch-blob",
2+
"name": "react-native-blob-util",
33
"version": "0.13.0",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index.js",
@@ -22,11 +22,12 @@
2222
"image header"
2323
],
2424
"repository": {
25-
"url": "https://github.com/joltup/rn-fetch-blob.git"
25+
"url": "https://github.com/RonRadtke/react-native-blob-util"
2626
},
27-
"author": "Joltup",
27+
"author": "RonRadtke",
2828
"license": "MIT",
2929
"contributors": [
30+
"Traviskn <>",
3031
3132
"wkh237 <[email protected]>"
3233
]

0 commit comments

Comments
 (0)