rn-fetch-blob
Advanced tools
Comparing version 0.10.11 to 0.10.12
{ | ||
"name": "rn-fetch-blob", | ||
"version": "0.10.11", | ||
"version": "0.10.12", | ||
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -72,3 +72,3 @@ # New Releases | ||
# replace <branch_name> with any one of the branches | ||
npm install --save github:joltup/rn-fetch-blob-package#<branch_name> | ||
npm install --save github:joltup/rn-fetch-blob#<branch_name> | ||
``` | ||
@@ -124,3 +124,3 @@ | ||
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
+ <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" /> | ||
... | ||
@@ -185,3 +185,3 @@ | ||
Most simple way is download to memory and stored as BASE64 encoded string, this is handy when the response data is small. | ||
Most simple way is download to memory and stored as BASE64 encoded string, this is handy when the response data is small. Note that when it comes to authorization, not only can you use an authorization token, but this package will automatically pass the cookies created by normal js requests such as axios and fetch. Therefore, if you are using traditional cookie-based ways to authorize your user, you don't need to do anything before this package works. | ||
@@ -188,0 +188,0 @@ ```js |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
2941360