We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a7c49 commit 7bceaabCopy full SHA for 7bceaab
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.10.2
2
+- fix: event not be removed correctly
3
+
4
+## 0.10.0
5
+- feat: `onProgress` support for `writeFile`
6
+- feat: add `getDefaultICloudContainerPath()` to solve #13 (thanks to @gutenye)
7
8
## 0.9.1(2022-12-18)
9
- fix: error when running on android due to `getConstants()` call ([#12](https://github.com/XHMM/react-native-cloud-store/pull/12))
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-cloud-store",
- "version": "0.10.1",
+ "version": "0.10.2",
"description": "A react-native module for cloud operation",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments