Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 23, 2018 16:26
Show Gist options
  • Save amandeepmittal/bdcb1c29159c61fa620b16a0450acc74 to your computer and use it in GitHub Desktop.
Save amandeepmittal/bdcb1c29159c61fa620b16a0450acc74 to your computer and use it in GitHub Desktop.
import * as Progress from 'react-native-progress';
<Progress.Bar progress={0.3} width={200} />
<Progress.Pie progress={0.4} size={50} />
<Progress.Circle size={30} indeterminate={true} />
<Progress.CircleSnail color={['red', 'green', 'blue']} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment