Skip to content

Commit

Permalink
fix(*): fix code.
Browse files Browse the repository at this point in the history
  • Loading branch information
shangqunfeng committed Nov 5, 2024
1 parent d31f72d commit a34f781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const Image = forwardRef<HandlerRef<RNImage, ImageProps>, ImageProps>((props, re
/>
: renderImage({
source: { uri: src },
resizeMode: resizeMode,
resizeMode,
onLoad: bindload && onImageLoad,
onError: binderror && onImageError,
style: {
Expand Down

0 comments on commit a34f781

Please sign in to comment.