I'm trying to take many pictures from the camera and display it on a wrap list (With out upload it to any database yet)
I create a "Local component state" (list of Uploaded files)
When I take one picture I add to the local state list the image
then in the wrap I create a list of images from the local state list
In each image of the list I put the path of each element
But I get this error: "ImagePath property not properly set in Image"
I don't know what to put in the default value... Or am I doing the process wrong?
I also try with a list of Image path but I can't add the element after take the picture: I get "Current variable is not valid"