Skip to content

Conversation

@saurabhchavan1711
Copy link

Fixed the base64decodeTo Image function synchronization issue . This PR is for the main branch. PR with same fix was already raised and approved. (#396)

@saurabhchavan1711 saurabhchavan1711 requested a review from a team as a code owner February 10, 2026 10:30
{},
blob,
() => {
RNBlobUtil.fs.unlink(tempPath).catch(() => {});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saurabhchavan1711 The empty callback function here is intended so I suggest we either do a one-line ts check skip here and below. So the pipeline will pass as well.
That should work but If it doesn't, perhaps we can simply do a console.info for general logging within the callback body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants