Get recently clicked image from camera on image view in react-native
问题 I am implementing camera in my react native application. I want to show the recently captured image from that camera in a small image view on the same screen after click. But I am not getting how do I access the recently clicked image. Whenever any new image is clicked through phone it has been given a default random name, how do I refer it in image view's source?Please suggest me some way to do that. My code is class Incident extends Component { constructor(props) { super(props) this.state=