Check out example codes for "upload button in html". It will help you in understanding the concepts better.
Code Example 1
<form action="/action_page.php">
<input type="file" id="myFile"
name="filename">
<input type="submit">
</form>
Code Example 2
<form action="/action_page.php">
<input type="file" id="myFile"
name="filename">
<input type="submit">
</form>
Learn ReactJs, React Native from akashmittal.com