let imagePath = require("../../assets/list.png"); <Image style={{height: 50, width: 50}} source={imagePath} />
From external resource:
<Image style={{height: 50, width: 50}} source={{uri: userData.image}} />