We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce71cba commit 4067f36Copy full SHA for 4067f36
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
-## Changes for v2.16 (not released yet, just master, for RN >= 0.61)
+## Changes for v2.16
4
+- #842 Fixes #811 Concurrent downloads send progress updates to all progress callbacks
5
- #783 Import RCTImageLoaderProtocol instead of RCTImageLoader to fix iOS build on RN>0.60
6
7
## Changes for v2.15
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-fs",
- "version": "2.16.3",
+ "version": "2.16.4",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"typings": "index.d.ts",
0 commit comments