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
your source is wrong.
It should use uri properties.
Either you use require:
in turn, you can then require this prop too
Or you use the Uri as is:
Refer to the documentation for more details here