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 f99ba74 commit c413fe6Copy full SHA for c413fe6
.changeset/many-fishes-camp.md
@@ -1,5 +1,9 @@
1
---
2
-'@powersync/react-native': minor
+'@powersync/react-native': patch
3
4
5
-Added ability to use Expo's fetch API if available.
+Fixed issue where CRUD uploads could fail with the error
6
+
7
+```
8
+Exception: require(_dependencyMap[11], "rea(...)/BlobManager").createFromOptions is not a function (it is undefined)
9
packages/react-native/vendor/BlobManager.js
@@ -4,7 +4,7 @@
* React native recently shifted to ESM exports.
* https://github.com/facebook/react-native/pull/48761/files
* This causes requiring this module to return an object
- * of the form
+ * of the form:
* ```javascript
* {
10
* _esModule: true,
0 commit comments