Skip to content

Instantly share code, notes, and snippets.

@muhozi
Created April 1, 2019 20:28
Show Gist options
  • Save muhozi/713b789865133c8d944a456ee71856a2 to your computer and use it in GitHub Desktop.
Save muhozi/713b789865133c8d944a456ee71856a2 to your computer and use it in GitHub Desktop.
Progress bar
//...
<Image source={imgSource} style={styles.image} />
{uploading && (
<View
style={[styles.progressBar, { width: `${progress}%` }]}
/>
)}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment