Style is not working if source is static. "react-native-image-progress": "^1.1.1", `const imgContent = photo ? <Image source={{ uri: photo }} style={styles.profile} borderRadius={25} /> : <Image source={require('./logo_small.png')} style={styles.profile} borderRadius={25} />;`