Skip to content

chore(rn): bump up to 0.85#53

Merged
craftzdog merged 6 commits into
masterfrom
rn-85
May 8, 2026
Merged

chore(rn): bump up to 0.85#53
craftzdog merged 6 commits into
masterfrom
rn-85

Conversation

@craftzdog

Copy link
Copy Markdown
Owner

No description provided.

craftzdog and others added 6 commits May 7, 2026 23:20
BREAKING CHANGE: drop `atob` and `broa` polyfills
Introduce a minimal DecodedBuffer (jsi::MutableBuffer subclass) that
takes ownership of the decoded std::string via move and returns it as
jsi::ArrayBuffer(runtime, make_shared<DecodedBuffer>(std::move(...))).
The JSI runtime holds the buffer alive via shared_ptr — no second
allocation, no memcpy.

Encode side already uses the raw-pointer overload directly
(base64_encode(buf.data(rt), buf.size(rt), urlSafe)).

Adapted from #49, ported onto the post-codegen QuickBase64Impl.cpp.

Closes #49

Co-authored-by: Karol Binkowski <karolbinkowski3@proton.me>
@craftzdog craftzdog marked this pull request as ready for review May 8, 2026 07:35
@craftzdog craftzdog merged commit 59d0642 into master May 8, 2026
12 checks passed
@craftzdog craftzdog deleted the rn-85 branch May 8, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant