Skip to content

Fix crash on android after capturing an image #4881

Martin Santangelo requested to merge js/fix-capture-image-crash into master

Ticket(s) / Related Merge Requests

#4881 (closed)

Summary of Changes

Replaced expo-image with the react-native image for the image filter component

For some reason the expo image is crashing with those local images

  • Changelog file updated with this template (one or more)
    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

Open composer and capture an image

Regression Scope

only image filter

Platform Affected (web, mobile, etc)

Android was crashing but the component seems to be failing on iOS too

Developer Testing Completed

Android device

Screenshots

imagen

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports