Hi.
I'm trying to use in image props with card cover and its not working.
/>
what i did wrong?
thanks
What prop doesn't work for you? Can you provide snack that reproduces issue?
Closing because of inactivity.
I am having the same issues using the resizeMode-prop:
Here is a snack demonstrating the issue
https://snack.expo.io/@kodefant/brave-cereal
It works fine on web, but does no change on iOS and Android.
Yeiii . The Bug still there!! to solve i remove the resizeMode feature from styles.image on CardCover.tsx

Welcome.
You can change in node_modules if you want to:
node_modules/react-native-paper/src/components/Card/CardCover.tsx
comment line 93
I have the same issue as @kodeFant
<Card.Cover
source={{ uri: thumbnail_800x800 }}
resizeMode="contain"
/>
Works just fine on web, but doesn't resize on Android and iOS. Please re-open the issue @jayu
Most helpful comment
Yeiii . The Bug still there!! to solve i remove the resizeMode feature from styles.image on CardCover.tsx
Welcome.
You can change in node_modules if you want to:
node_modules/react-native-paper/src/components/Card/CardCover.tsx
comment line 93