Check out example codes for "html importer une image". It will help you in understanding the concepts better.
Code Example 1
<!DOCTYPE html>
<html>
<body>
<!-- Pour utiliser une image à partir d'un lien, cous pouvez utiliser
Cette commande : <img src="votre lien"> voici un exemple -->
<img src="https://www.qries.com/images/banner_logo.png"
width="150" height="70">
</body>
</html>
Learn ReactJs, React Native from akashmittal.com