Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ImageProps final : public ViewProps {
Float resizeMultiplier{1.f};
bool shouldNotifyLoadEvents{};
SharedColor overlayColor{};
Float fadeDuration{};
Float fadeDuration{-1.f};
bool progressiveRenderingEnabled{};

#ifdef RN_SERIALIZABLE_STATE
Expand Down
Loading