Skip to content

Commit c413fe6

Browse files
update changeset
1 parent f99ba74 commit c413fe6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.changeset/many-fishes-camp.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
'@powersync/react-native': minor
2+
'@powersync/react-native': patch
33
---
44

5-
Added ability to use Expo's fetch API if available.
5+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* React native recently shifted to ESM exports.
55
* https://github.com/facebook/react-native/pull/48761/files
66
* This causes requiring this module to return an object
7-
* of the form
7+
* of the form:
88
* ```javascript
99
* {
1010
* _esModule: true,

0 commit comments

Comments
 (0)