// In normal css .image{ width: 100px; height: 100px; object-fit: cover; }
// in react-native StyleSheet image:{ width: 100; height: 100; resizeMode: "cover"; }
overflow: hidden;