We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08abbc commit 50c0631Copy full SHA for 50c0631
packages/react-native/ReactCommon/react/renderer/components/image/ImageProps.h
@@ -33,8 +33,8 @@ class ImageProps final : public ViewProps {
33
EdgeInsets capInsets{};
34
SharedColor tintColor{};
35
std::string internal_analyticTag{};
36
- std::string resizeMethod{};
37
- Float resizeMultiplier{};
+ std::string resizeMethod{"auto"};
+ Float resizeMultiplier{1.f};
38
bool shouldNotifyLoadEvents{};
39
SharedColor overlayColor{};
40
Float fadeDuration{};
0 commit comments