<Btn width={25} height={25} radius={100} title="+" fSize={72} style={{position: 'absolute', right: 0, bottom: 10, zIndex: 10}}>
<Icon name="plus" size={14} color="#fff" />
</Btn>
<Image
style={{
width: 120,
height: 120,
borderWidth: 3,
alignSelf: "center",
borderColor: '#2c73d2',
borderRadius: 100,
position: "absolute",
zIndex: 1,
}}
source={{
uri: someurl,
}}