42 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
55.0.6 — 2026-03-05
🐛 Bug fixes
- Added
tintColoroption toImageLoadOptions. This resolves #42007. (#42821) by @HubertBer.
55.0.5 — 2026-02-25
🐛 Bug fixes
55.0.4 — 2026-02-20
🐛 Bug fixes
- [Android] Uses shared cookie jar for image requests. (#43257 by @alanjhughes)
55.0.3 — 2026-01-27
This version does not introduce any user-facing changes.
55.0.2 — 2026-01-26
🐛 Bug fixes
55.0.1 — 2026-01-22
This version does not introduce any user-facing changes.
55.0.0 — 2026-01-21
🎉 New features
- [iOS] Add
colorandfontSizestyle props for SF Symbols to set tint color and size. (#42320 by @EvanBacon) - [iOS] Add support for SF Symbols
source="sf:star". (#41907 by @EvanBacon) - [Android] Upgrades Glide to
5.0.5. (#39713 by @lukmccall) - [iOS] Added support for HDR images (#40242 by @tsapeta)
- [iOS] Adopted Swift 6 (#40369 by @tsapeta)
- [iOS] Provide plugin to disable
libdav1d. (#40691 by @alanjhughes) - [iOS] feat: add
configureCacheoption (#40647 by @kosmydel) - [Web] Add
loadingprop for lazy loading images. (#41442 by @mozzius) - [iOS] Added support for PSD images. (#42077 by @barthap)
🐛 Bug fixes
- [android] Fix loading delayed placeholder (#40956 by @kosmydel)
- Fix tvOS SymbolEffectOptions availability check (#42393 by @gabrieldonadel)
💡 Others
3.0.11 - 2025-12-05
This version does not introduce any user-facing changes.
3.0.10 - 2025-10-20
This version does not introduce any user-facing changes.
3.0.9 - 2025-10-07
🐛 Bug fixes
- [Android] Fixed
You can't start or clear loads in RequestListener or Target callbacks. (#40212 by @lukmccall)
3.0.8 — 2025-09-11
This version does not introduce any user-facing changes.
3.0.7 — 2025-09-03
🐛 Bug fixes
- [iOS] Fix images not displaying in Material Top Tabs navigator. (#39323 by @lukmccall)
3.0.6 — 2025-09-02
This version does not introduce any user-facing changes.
3.0.5 — 2025-08-31
This version does not introduce any user-facing changes.
3.0.4 — 2025-08-26
🐛 Bug fixes
- [Android] Fixed
The method 'getResourceDrawableUri' was expected to be of type staticexception. (#39143 by @lukmccall)
3.0.3 — 2025-08-25
This version does not introduce any user-facing changes.
3.0.2 — 2025-08-16
This version does not introduce any user-facing changes.
3.0.1 — 2025-08-15
This version does not introduce any user-facing changes.
3.0.0 — 2025-08-13
🎉 New features
- Add
generateThumbhashAsync(#38090 by @Wenszel) - Add support for
ImageRefsource ingenerateBlurhashAsync(#37901 by @Wenszel) - [Android] Add generateBlurhashAsync (#37817 by @Wenszel)
🐛 Bug fixes
- [Android] Fix animation resuming by casting image to GifDrawable. (#37363 by @Wenszel)
- [Web] Fix
altas an alias foraccessibilityLabel(#37682 by @huextrat) - [iOS] Fix caching resized images from Photo Library. (#38105 by @jakex7)
- [iOS] Fix
generatePlaceholdermethod syntax error by removing unwanted trailing comma. (#38318 by @bortolilucas)
2.4.0 - 2025-07-17
🎉 New features
- [iOS] Add a new prop -
enforceEarlyResizingto reduce the memory usage of the image view. (#37909 by @lukmccall)
🐛 Bug fixes
- [iOS] Speed up displaying local assets. (#37795 by @aleqsio)
- [iOS] Fix some operation were incorrectly cancelled. (#37987 by @lukmccall)
2.3.2 - 2025-07-01
🐛 Bug fixes
2.3.1 - 2025-07-01
🐛 Bug fixes
📚 3rd party library updates
2.3.0 - 2025-06-11
🛠 Breaking changes
- [iOS]
useAppleWebpCodechas been moved from the source object to the component's prop to make it usable with the local assets. (#37300 by @tsapeta)
🐛 Bug fixes
- [iOS] Fix blurry images when using
tintColorby scalingimageThumbnailPixelSizewith screen density. (#37235 by @hirbod)
2.2.1 - 2025-06-10
This version does not introduce any user-facing changes.
2.2.0 - 2025-06-04
🎉 New features
🐛 Bug fixes
- Fix React Server Components support. (#36801 by @EvanBacon)
- [iOS] Fix PhotoLibrary assets being scaled twice. (#36776 by @alanjhughes)
- [iOS] Don't add transformers when unnecessary. (#36884 by @jakex7)
- [Web] Fix
tintColorin React 19. (#37133 by @bradleyayers)
2.1.7 — 2025-05-06
This version does not introduce any user-facing changes.
2.1.6 — 2025-04-30
This version does not introduce any user-facing changes.
2.1.5 — 2025-04-25
🐛 Bug fixes
- Fixed
CUICatalog: Invalid asset name supplied: ''error on iOS when the path is empty. (#36294 by @Innei)
2.1.4 — 2025-04-14
🐛 Bug fixes
- Fixed SVG image tinting on iOS. (#35927 by @kudo)
- [Android] Fixed OutOfMemoryError crash when displaying some gif images (#36097 by @rahimrahman)
2.1.3 — 2025-04-11
This version does not introduce any user-facing changes.
2.1.2 — 2025-04-09
This version does not introduce any user-facing changes.
2.1.1 — 2025-04-08
🐛 Bug fixes
2.1.0 — 2025-04-04
🛠 Breaking changes
🎉 New features
- type-compatibility with react-native 0.77 (#34027 by @vonovak)
- Added
ImageSource.useAppleWebpCodecon iOS to allow using libwebp codec for better animation performance on some images. (#35802 by @kudo)
🐛 Bug fixes
- Rename
fetchpriorityprop tofetchPriorityto silence web error. (#35411 by @EvanBacon) - Fixed
tintColor="currentColor"conflicts on web. (#34604 by @bradleyayers)
💡 Others
- Update
ImagePropstype sochildrenare omitted. (#33210 by @ashaller2017) - [Android] Started using expo modules gradle plugin. (#34176 by @lukmccall)
- [iOS] Fix warnings which will become errors in Swift 6. (#35428 by @behenate)
📚 3rd party library updates
2.0.7 - 2025-03-26
🐛 Bug fixes
2.0.6 - 2025-02-19
🐛 Bug fixes
- [Android] Fixes a regression in
loadAsyncfrom #34767. (#34965 by @alanjhughes) (#34767, #34965 by @alanjhughes)
2.0.5 - 2025-02-10
🐛 Bug fixes
- [Android] Add headers to
loadAsyncrequests. (#34767 by @alanjhughes)
2.0.4 - 2025-01-10
This version does not introduce any user-facing changes.
2.0.3 - 2024-11-29
🐛 Bug fixes
- [Android] Fixed
useImagecausing a native crash when uri is unresolvable. (#33268 by @lukmccall) - [Android] Fixes adding a blurhash placeholder to
ImageorImageBackgroundcausing blurry version of the image. (#33272 by @lukmccall)
2.0.2 — 2024-11-22
💡 Others
- Add a warning when
childrenare passed toImage. (#33139 by @alanjhughes)
2.0.1 — 2024-11-19
🐛 Bug fixes
- [Android] Fixes Gif animations never stopping even when loop count is set to 1. (#32944 by @lukmccall)
- [Android] Fixed
borderColoris not applied. (#33026 by @lukmccall) - [Android] Fixed
borderrelated props weren't applied correctly. (#33078 by @lukmccall)
💡 Others
2.0.0 — 2024-11-11
This version does not introduce any user-facing changes.
2.0.0-preview.1 — 2024-10-31
🐛 Bug fixes
2.0.0-preview.0 — 2024-10-22
🛠 Breaking changes
🎉 New features
- Added
Image.loadAsyncAPI. (#25079 by @tsapeta, #26824 by @aleqsio, #31575 by @tsapeta) - Add basic React Server Component support. (#29869 by @EvanBacon)
- [iOS] Added support for rendering shared image refs. (#30661 by @tsapeta)
- [Android] Added support for rendering shared image refs. (#31098 by @lukmccall)
- [Android] Added support for rendering shared refs of
Bitmap's. (#31440 by @lukmccall) - Added
useImagehook. (#31171 by @tsapeta) - Added downscaling options to
useImagehook. (#32113 by @lukmccall)
🐛 Bug fixes
- Fix props not being passed to parent container. (#29416 by @aleqsio)
- Add missing
reactandreact-nativepeer dependencies for isolated modules. (#30469 by @byCedric) - Add missing
react-native-weboptional peer dependency for isolated modules. (#30689 by @byCedric) - [Web] Fix type incompatibility between style prop and
@types/react-native-web(#31150 by @adamhari) - [iOS] Fixed
isAnimatedproperty always returningtrue. (#31834 by @tsapeta) - [iOS] Fixed
stopAnimatingbroken on downscaled animated images. (#32053 by @kudo)
💡 Others
- Use the
srcfolder as the Metro target. (#30665 by @tsapeta) - Provide image's memory footprint for better garbage collection. (#31168 by @tsapeta & #31784 by @lukmccall)
⚠️ Notices
- Added support for React Native 0.75.x. (#30034 by @gabrieldonadel)
- Added support for React Native 0.76.x. (#31552 by @gabrieldonadel)
1.13.0 - 2024-09-23
🎉 New features
1.12.15 - 2024-08-24
This version does not introduce any user-facing changes.
1.12.13 - 2024-07-16
🐛 Bug fixes
- [Web] Fix blurhash not working and causing fetches to
blurhash:/uri. (#27587 by @aleqsio) - [iOS] Fixed
blurRadiusnot working. Also made the effect render more consistently across platforms. (#29678 by @vonovak) - Fixed
tintColornot working on Safari browsers. (#29169 by @bradleyayers) - Fixed reanimated support on web. (#29197 by @nishan) (#29197 by @intergalacticspacehighway)
1.12.12 - 2024-06-13
💡 Others
1.12.11 - 2024-06-06
This version does not introduce any user-facing changes.
1.12.10 - 2024-06-05
💡 Others
1.12.9 — 2024-05-09
💡 Others
1.12.8 — 2024-05-06
This version does not introduce any user-facing changes.
1.12.7 — 2024-05-04
🎉 New features
🐛 Bug fixes
- Fix
avifimages not rendering. (#28608 by @alanjhughes)
1.12.6 — 2024-05-02
This version does not introduce any user-facing changes.
1.12.5 — 2024-05-01
This version does not introduce any user-facing changes.
1.12.4 — 2024-04-24
🐛 Bug fixes
- Fixed an issue where certain images would not animate at certain sizes on
iOS. (#28335 by @fobos531) - Fixed SVG assets without viewbox attribute not being rendered on Android. (#28369 by @lukmccall)
1.12.3 — 2024-04-23
This version does not introduce any user-facing changes.
1.12.2 — 2024-04-22
🐛 Bug fixes
- Fixed an issue where certain images would not animate at certain sizes on
iOS. (#28335 by @fobos531, #28371 by @tsapeta)
1.12.1 — 2024-04-19
This version does not introduce any user-facing changes.
1.12.0 — 2024-04-18
🎉 New features
- On
iOS, support loading assets in the native project. This already worked on android. (#27251 by @alanjhughes) - Support prefetching images with HTTP headers. (#28133 by @toy0605)
🐛 Bug fixes
- [iOS] Fixed an issue where data URIs caused crashes on iOS16+. (#28320 by @aleqsio)
- Refactor web implementations of
useSourceSelectionto avoid unnecessary rerenders. (#27569 by @aleqsio) - Fixed an issue where
isBlurhashStringalways returnedtrue.(#27251 by @alanjhughes) - Fix #available check to account for tvOS. (#27272 by @alanjhughes)
- Fixed jest may cause
RangeError: Invalid string lengtherror when generating a snapshot. (#27354 by @lukmccall) - Fixed placeholders weren't correctly scaled down on the Android. (#28255 by @lukmccall)
💡 Others
- [iOS] Bump SDWebImage to
5.19.1to include the 3rd-party privacy manifest. (#27874 by @aparedes, by @tsapeta) - Use
typeof windowchecks for removing server code. (#27514 by @EvanBacon) - Removed deprecated backward compatible Gradle settings. (#28083 by @kudo)
- [iOS] Bump SDWebImageWebPCoder to
0.14.6. (#28273 by @alanjhughes) - Automatically clean blurhash cache when the app's memory is running low. (#28276 by @lukmccall)
1.11.0 — 2024-02-05
🎉 New features
- [Android] Adds new prop
decodeFormatto specify the format that should be used during the decoding process. (#26442 by @lukmccall) - [iOS] Added
generateBlurhashAsyncfunction. (#26430 by @aleqsio) - [Android] Adds automatic downsampling when the asset exceeds the hardware bitmap size limit. (#26792 by @lukmccall)
🐛 Bug fixes
- Fixed ResizeObserver attaching on every image transition. (#25819 by @aleqsio)
- [Android] Fixed the tine color was applied to the mask element. (#26323 by @lukmccall)
- [Web] Fixed
nativeViewRefinvalid prop warning. (#25922 by @intergalacticspacehighway)
1.10.4 - 2024-01-18
This version does not introduce any user-facing changes.
1.10.3 - 2024-01-12
This version does not introduce any user-facing changes.
1.10.2 - 2024-01-10
🐛 Bug fixes
- [Android] Fixed the issue with the application of tint color when an element does not have a style assigned to it. (#26251 by @lukmccall)
- [Android] Fixed the tint color wasn't applied to the root element. (#26339 by @lukmccall)
- [Android] Fixed that the tint color on SVGs can't be changed dynamically. (#26350 by @lukmccall)
💡 Others
- Replace deprecated
com.facebook.react:react-native:+Android dependency withcom.facebook.react:react-android. (#26237 by @kudo)
1.10.1 - 2023-12-19
This version does not introduce any user-facing changes.
1.10.0 — 2023-12-12
🎉 New features
- Added support for React Native 0.73.0. (#24971, #25453 by @gabrieldonadel)
1.9.0 — 2023-11-14
🛠 Breaking changes
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
AndroidbumpcompileSdkVersionandtargetSdkVersionto34. (#24708 by @alanjhughes)
🎉 New features
- [Android] The stability of the memory cache key generation has been improved. (#25372 by @lukmccall)
💡 Others
- Collapse re-export of
react-native/Libraries/Image/AssetRegistryto@react-native/assets-registry/registry. (#25265 by @EvanBacon) - [Android] Changed how the
tintColoris applied to the SVG. (#25377 by @lukmccall)
1.8.0 — 2023-11-13
🎉 New features
- Return a promise in the
prefetchmethod. (#25196 by @gkasdorf) - [Android] Added
autoplayprop andstartAnimating()andstopAnimating()functions to reflect changes made to iOS in #25008. (#25124 by @gkasdorf)
🐛 Bug fixes
- [Android] Fix
contentFitnot working forSVGimages. (#25187 by @behenate) - [iOS] Start loading the image before the view mounts to fix issues with the PagerView. (#25343 by @tsapeta)
- [Android] Fix
SVGnot scaling correctly in the release mode. (#25326 by @lukmccall) - [Android] Fix incorrect
intrinsicSizereturned for SVGs. (#25048 by @behenate)
💡 Others
- [Android] Add tracing. (#25251 by @lukmccall)
1.7.0 — 2023-11-01
🎉 New features
- [iOS] Added support for
allowDownscalingprop. (#25012 by @behenate) - Added
getCachePathAsync()to retrieve the path of the cached image file if it exists (#24980 by @gkasdorf) - [iOS] Added
autoplayprop to control whether an animated image will automatically animate or not (#25008 by @gkasdorf) - [iOS] Added
startAnimating()andstopAnimating()functions to start or stop an image's animation (#25008 by @gkasdorf)
🐛 Bug fixes
- [Android] fix crash when loading local image files with no file extension (#24201 by @kadikraman)
- [iOS] Fix compilation on tvOS. (#25010 by @douglowder)
- [iOS] Fixed issue where some animated images would cause the app to hang (#25008 by @gkasdorf)
1.6.1 — 2023-11-01
🐛 Bug fixes
- [Android] fix crash when loading local image files with no file extension (#24201 by @kadikraman)
1.3.5 — 2023-11-01
🐛 Bug fixes
- [Android] fix crash when loading local image files with no file extension (#24201 by @kadikraman)
1.6.0 — 2023-10-17
🛠 Breaking changes
🎉 New features
- Added support for the
headerskey in thesourceobject on web. (#24447 by @aleqsio) - Add support for setting
tintColoron SVGs on Android (part 1) (#24733 by @alanjhughes and @kadikraman) - Add support for setting
tintColoron SVGs on Android (part 2) (#24888 by @kadikraman)
🐛 Bug fixes
- Remove
GlideWebpDecoderuntil they update theirlibwebpdependency. (#24656 by @alanjhughes) - [web] Fix content fit not being applied correctly when using hash placeholders. (#24542 by @aleqsio)
- [macCatalyst] Fix build with
ImageAnalyzeron macCatalyst below 17.0. (#24880 by @kesha-antonov)
💡 Others
- Ship untranspiled JSX to support custom handling of
jsxandcreateElement. (#24889 by @EvanBacon) - Make
placeholderContentFitvisible in the docs. (#24801 by @behenate)
1.0.2 — 2023-09-29
🐛 Bug fixes
- Remove
GlideWebpDecoderuntil they update theirlibwebpdependency. (#24656 by @alanjhughes)
1.3.4 — 2023-09-28
🐛 Bug fixes
- Remove
GlideWebpDecoderuntil they update theirlibwebpdependency. (#24656 by @alanjhughes)
1.5.2 — 2023-09-18
This version does not introduce any user-facing changes.
1.3.3 — 2023-09-15
🐛 Bug fixes
- Fixed placeholders aren't always replaced by full-size images on Android. (#23705 by @lukmccall)
- Fix the image components rendering incorrect assets when the Proguard is enabled on Android. (#23704 by @lukmccall)
- Fixed gif and awebp memory leak on Android. (#24259 by @jingpeng)
- Suppress "Operation cancelled by user during sending the request" error when the load request is canceled (interrupted) by a new one. (#24279 by @tsapeta)
1.5.1 — 2023-09-11
🐛 Bug fixes
- Suppress "Operation cancelled by user during sending the request" error when the load request is canceled (interrupted) by a new one. (#24279 by @tsapeta)
- Fixed gif and awebp memory leak on Android. (#24259 by @jingpeng)
1.5.0 — 2023-09-04
🎉 New features
💡 Others
- On iOS, bump SDWebImage versions. (#23858 by @alanjhughes)
1.4.1 — 2023-08-02
This version does not introduce any user-facing changes.
1.4.0 — 2023-07-28
🎉 New features
- [Web] Add support for
tintColorprop on web. (#23434 by @aleqsio) - [Web] Add support for static image responsiveness using
srcsetattributes. (#22088 by @aleqsio)
🐛 Bug fixes
- Fixed placeholders aren't always replaced by full-size images on Android. (#23705 by @lukmccall)
- Fixed the image components rendering incorrect assets when the Proguard is enabled on Android. (#23704 by @lukmccall)
💡 Others
1.3.2 - 2023-07-12
🐛 Bug fixes
1.3.1 - 2023-06-29
🐛 Bug fixes
1.3.0 — 2023-06-13
🎉 New features
- Add prefetch implementation on web. (#22630 by @aleqsio)
- Add
ImageBackgroundcomponent. (#22347 by @alanjhughes) - Added support for React Native 0.72. (#22588 by @kudo)
🐛 Bug fixes
- Fixed styles order breaking layouting on web. (#22630 by @aleqsio)
- Uses prop spreading on web to pass all unused props to the native image component (#22340 by @makkarMeenu)
- Fixed Android build warnings for Gradle version 8. (#22537, #22609 by @kudo)
💡 Others
- Updated
SDWebImageto5.15.8,SDWebImageWebPCoderto0.11.0andSDWebImageSVGCoderto1.7.0. (#22576 by @tsapeta)
1.2.3 — 2023-05-16
🐛 Bug fixes
1.2.2 — 2023-04-27
🐛 Bug fixes
1.2.1 — 2023-04-17
🐛 Bug fixes
- [Android] Fix
urlproperty returned by theonLoadevent. (#22161 by @lukmccall) - [Android] Fix images not loading after the app was foregrounded. (#22159 by @lukmccall)
- [Android] Fixed image was loaded event if the view dimensions were 0. (#22157 by @lukmccall)
- Fix generating the image from ThumbHash that starts with a slash character. (#22160 by @tsapeta)
1.2.0 — 2023-04-14
🎉 New features
- [Web] Add support for
require()assets. (#21798 by @aleqsio) - Add
altprop as an alias toaccessibilityLabel. (#21884 by @EvanBacon) - [Web] Add
accessibilityLabelsupport on web. (#21884 by @EvanBacon) - Added
ThumbHashsupport for Android, iOS and Web. (#21952 by @behenate)
🐛 Bug fixes
- [Web] Improve transition behavior when switching back and forth two sources. (#22099 by @aleqsio)
- [Web] Prevent breaking in static rendering environments. (#21883 by @EvanBacon)
- [Android] Fixed image disappearing before navigation animation is complete. (#22066 by @sallen450)
- [Web] Fixed monorepo asset resolution in production for Metro web. (#22094 by @EvanBacon)
1.1.0 — 2023-03-25
🎉 New features
- [Android] Add automatic asset downscaling to improve performance. (#21628 by @lukmccall)
🐛 Bug fixes
- Fixed the
tintColornot being passed to native view. (#21576 by @andrew-levy) - Fixed
canvas: trying to use a recycled bitmapon Android. (#21658 by @lukmccall) - Fixed crashes caused by empty placeholder or source on Android. (#21695 by @lukmccall)
- Fixes
shouldDownscaledon't respect the scale factor on iOS. (#21839 by @ouabing) - Fixes cache policy not being correctly applied when set to
noneon iOS. (#21840 by @ouabing)
1.0.0 — 2023-02-21
This version does not introduce any user-facing changes.
1.0.0-rc.2 — 2023-02-20
🎉 New features
- Added
recyclingKeyprop that allows reseting the image view content when the view is recycled. (#21297 & #21309 by @tsapeta & @lukmccall)
1.0.0-rc.1 — 2023-02-14
🐛 Bug fixes
- Fixed
You can't start or clear loads in RequestListener or Target callbackson Android. (#21192 by @lukmccall) - Fixed SVGs are not rendered in the release mode on Android. (#21214 by @lukmccall)
- Stop sending
onProgressevent when the asset size is unknown which led to diving by zero and a crash. (#21215 by @tsapeta)
1.0.0-rc.0 — 2023-02-09
🎉 New features
1.0.0-beta.6 — 2023-02-06
🎉 New features
- Added new prop
placeholderContentFitto specify custom content fit on the placeholder. (#21096 by @magrinj)
🐛 Bug fixes
- [iOS] Fixed possible freezes by processing images concurrently off the main thread. (#21086 by @tsapeta)
1.0.0-beta.5 — 2023-02-03
This version does not introduce any user-facing changes.
1.0.0-beta.4 — 2023-01-31
🐛 Bug fixes
- Fixed a crash on Android where
isScreenReaderFocusablecrashes devices below api 28. (#21012 by @alanhughes)
1.0.0-beta.3 — 2023-01-30
🐛 Bug fixes
- Fixed a crash on iOS below 16.0 introduced by the Live Text interaction feature. (#20987 by @tsapeta)
1.0.0-beta.2 — 2023-01-25
🎉 New features
- Added support for Live text interaction. (#20915 by @intergalacticspacehighway)
🐛 Bug fixes
1.0.0-beta.1 — 2023-01-20
🐛 Bug fixes
💡 Others
- On Android bump
compileSdkVersionandtargetSdkVersionto33. (#20721 by @lukmccall) - Upgraded
SDWebImageto5.15.0andSDWebImageAVIFCoderto0.9.4. (#20898 by @tsapeta)
1.0.0-beta.0 — 2023-01-19
🎉 New features
- Added support for crossfade transition on Android. (#20784 by @lukmccall)
- Added web support for the
blurRadiusprop. (#20845 by @aleqsio) - Support for
accessibleandaccessibilityLabelprops on Android. (#20801 by @lukmccall) - Support for
accessibleandaccessibilityLabelprops on iOS. (#20892 by @alanhughes)
1.0.0-alpha.6 — 2023-01-10
🎉 New features
- Introduced the
source.cacheKeyparameter to customize the key used for caching the source image. (#20772 by @tsapeta, #20776 by @lukmccall)
1.0.0-alpha.5 — 2023-01-04
🎉 New features
🐛 Bug fixes
1.0.0-alpha.4 — 2022-12-30
🐛 Bug fixes
- Fixed compatibility with
react-native-shared-elementon iOS. (#20592 by @IjzerenHein)
1.0.0-alpha.3 — 2022-12-21
🎉 New features
- Initial release 🥳