Using variable for image path

suggest change
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}} />

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents