fix(mobile): align React version with react-native-renderer to fix version mismatch crash

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-15 16:28:36 +00:00
parent c5b08e778d
commit 073627884c
4 changed files with 24 additions and 28 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class DocuElevateAPI {
headers["Authorization"] = `Bearer ${token}`;
}
let body: BodyInit | undefined;
let body: string | FormData | undefined;
if (options?.formData) {
body = options.formData;
// Let fetch set multipart content-type with boundary automatically