add image in react native

JavaScript
<Image
  source={{ uri: 'app_icon' }}
  style={{ width: 40, height: 40 }}
/>

Source

Also in JavaScript: