Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 636ed98

Browse files
committed
remove dev code
1 parent d67d79e commit 636ed98

File tree

786 files changed

+29
-55274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

786 files changed

+29
-55274
lines changed

LICENSE

-21
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/fs.js renamed to fs.js

File renamed without changes.

img/RNFB-HTTP-flow.png

-70.9 KB
Binary file not shown.

img/RNFB-flow (1).png

-56.4 KB
Binary file not shown.

img/RNFB-flow.png

-58.3 KB
Binary file not shown.

img/action-menu.png

-69.5 KB
Binary file not shown.

img/android-notification1.png

-22.2 KB
Binary file not shown.

img/android-notification2.png

-7.17 KB
Binary file not shown.

img/download-manager.png

-22.6 KB
Binary file not shown.

img/ios-1.png

-203 KB
Binary file not shown.

img/ios-2.png

-256 KB
Binary file not shown.

img/ios-3.png

-160 KB
Binary file not shown.

img/ios-4.png

-83.4 KB
Binary file not shown.

img/ios-5.png

-148 KB
Binary file not shown.

img/issue_57_1.png

-204 KB
Binary file not shown.

img/issue_57_2.png

-207 KB
Binary file not shown.

img/issue_57_3.png

-230 KB
Binary file not shown.

img/performance_1.png

-81.6 KB
Binary file not shown.

img/performance_encoding.png

-100 KB
Binary file not shown.

img/performance_f2f.png

-104 KB
Binary file not shown.

src/index.js renamed to index.js

File renamed without changes.

src/ios.js renamed to ios.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/net.js renamed to net.js

File renamed without changes.

package.json

+29-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
{
2-
"name": "react-native-fetch-blob-dev-env",
3-
"description": "RNFB development environment, not dist package",
4-
"version": "0.10.3-dev",
5-
"private": true,
2+
"name": "react-native-fetch-blob",
3+
"version": "0.10.3-beta.1",
4+
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5+
"main": "index.js",
66
"scripts": {
7-
"start": "node node_modules/react-native/local-cli/cli.js start",
8-
"update-info": "sh scripts/contributors.sh",
9-
"test": "sh ./scripts/test.sh"
7+
"test": "echo \"Error: no test specified\" && exit 1"
108
},
11-
"devDependencies": {
12-
"body-parser": "^1.15.0",
13-
"chalk": "^1.1.3",
14-
"chokidar": "^1.5.1",
15-
"express": "^4.13.4",
16-
"multer": "^1.1.0"
9+
"dependencies": {
10+
"base-64": "0.1.0",
11+
"glob": "^7.0.6"
1712
},
13+
"keywords": [
14+
"react-native",
15+
"fetch",
16+
"blob",
17+
"fs",
18+
"upload",
19+
"file",
20+
"download",
21+
"filestream",
22+
"image header"
23+
],
24+
"rnpm": {
25+
"commands": {
26+
"prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
27+
}
28+
},
29+
"repository": {
30+
"url": "https://github.com/wkh237/react-native-fetch-blob.git"
31+
},
32+
"author": "wkh237 <[email protected]>",
33+
"license": "MIT",
1834
"contributors": [
1935
"960px <[email protected]>",
2036
"Andreas Amsenius <[email protected]>",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

scripts/README.md

-1
This file was deleted.

scripts/contributors.sh

-21
This file was deleted.
File renamed without changes.

scripts/test.sh

-64
This file was deleted.

src/CONTRIBUTORS.md

-25
This file was deleted.

0 commit comments

Comments
 (0)