Skip to content

Commit 8dbd848

Browse files
committed
chore: change package name
1 parent f9d3c95 commit 8dbd848

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To polyfill the above APIs, use [react-native-polyfill-globals](https://github.c
3737
## Install
3838

3939
```
40-
$ npm install @react-native-community/fetch --save
40+
$ npm install react-native-fetch-api --save
4141
```
4242

4343
## Setup

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@react-native-community/fetch",
2+
"name": "reach-native-fetch-api",
33
"description": "A fetch API polyfill for React Native with text streaming support.",
44
"version": "1.0.0",
55
"main": "fetch.js",
@@ -8,7 +8,8 @@
88
"license": "MIT",
99
"keywords": [
1010
"react-native",
11-
"fetch"
11+
"fetch",
12+
"stream"
1213
],
1314
"devDependencies": {
1415
"@babel/core": "^7.12.3",
@@ -50,6 +51,6 @@
5051
"p-defer": "^3.0.0"
5152
},
5253
"peerDependencies": {
53-
"react-native": "~0.63.4"
54+
"react-native": ">=0.62"
5455
}
5556
}

0 commit comments

Comments
 (0)