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
Using the below method gives error in react-native:
error
Instead use:
And pass the below code as imageUri prop from the Parent component.
Parent
require('./public/images/image.png')
It has worked for me and hope this will help others.