Image placeholder only shows when onError

  • Expo sdk 43
  • Ios
  • Managed workflow
  • eas-cli version : 0.37.0,
  • this simple Image component doesnt show the placeholder, it just wait for the image to download and then shows it.
    this problem used to work before i used eas build and sdk 43
                 <Image
                      // loadingIndicatorSource={require("../../images/pizza.png")}
                      defaultSource={require("../../images/decor.png")}
                      source={{
                        uri:
                          config.serverFullAddr() +
                          "/1611792278992.double_chicken_cheese_burger.jpg",
                        cache: "reload"
                      }}
                      style={{
                        width: 200,
                        height: 200
                      }}
                    />
```

Hey @ziyadsk, before we explore this further can you see if you’re able to reproduce this with a vanilla react-native project using the corresponding RN version (in this case 0.64.3)?

Cheers,
Adam