I have creacte one react-native project and under this folder I created one other floder witch contain one image. I want display this image, so I used the image view, as you see below
`<Image source = {{ url:'D:\PROJET_TRAQUEUR\React_learn\myfirstreactapp\node_modules\image\photo.jpg' }} style = {{width:200, height: 200}}
/>` You can also see one imag by clicing the following link , that shows all My code and their result.
But when i ran it, the image not appeared. What is wrong?
Thanks for your helps!