When I am trying to load image from props i am getting the following error warning: failed prop type: invalid prop source supplied to image
source
image
you can set source of image from props like this : in component :
and pass source to component like this: in parent :
< . . path={require("../assets/images/icon.svg")} . . >