How to display a preview of file from local storage in a react native component?

I am working on a App in which there’s an upload button through which user can select a file to be sent to the server. But before the file is send i would like to display a preview of the file below the upload button. How can that be implemented? I don’t want to preview it separately.. It should be visible below the upload button inside a react native component.