728x90
반응형
<View
style={{
width: 100,
height: 100,
justifyContent: 'center',
alignItems: 'center',
}}
>
<View
style={{
width: 75,
height: 75,
borderRadius: 50,
justifyContent: 'center',
alignItems: 'center',
shadowColor: '#000',
shadowOffset: { width: 3, height: 3 },
shadowOpacity: 0.4,
shadowRadius: 5,
elevation: 3,
}}
>
<FastImage
source={{ uri: item.iconUrl }}
style={{
width: 75,
height: 75,
borderRadius: 50,
}}
/>
</View>
</View>
추후 재사용을 위해 메모
728x90
반응형