Skip to content

fix: remove exif metadata preservation#3511

Merged
isekovanic merged 1 commit intodevelopfrom
fix/rn-084-compat
Mar 25, 2026
Merged

fix: remove exif metadata preservation#3511
isekovanic merged 1 commit intodevelopfrom
fix/rn-084-compat

Conversation

@isekovanic
Copy link
Contributor

🎯 Goal

This PR addresses a crash on later RN versions (0.84 that we're aware of specifically). The reason is the deprecation/removal of assets-library on iOS. One important point here is the fact that we've never used this anyway and while it could technically be invoked by various integrations there is no reason for the lightweight implementation SDK side to expose this kind of API.

The native handlers can still be registered in a way that allows for data preservation through other libraries.

🛠 Implementation details

🎨 UI Changes

iOS
Before After
Android
Before After

🧪 Testing

☑️ Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

@isekovanic isekovanic requested a review from oliverlaz March 25, 2026 09:28
@Stream-SDK-Bot
Copy link
Contributor

SDK Size

title develop branch diff status
js_bundle_size 374 KB 374 KB 0 B 🟢

@isekovanic isekovanic merged commit 7992186 into develop Mar 25, 2026
5 checks passed
@isekovanic isekovanic deleted the fix/rn-084-compat branch March 25, 2026 10:19
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.

3 participants