<Image
source={{
uri: 'https://raw.githubusercontent.com/AboutReact/sampleresource/master/old_logo.png'
}}
style={{width: 400, height: 400, borderRadius: 400/ 2}}
/>
<Image
source={require('./your-img.png')}
style={{width: 400, height: 400, borderRadius: 400/ 2}}
/>