react-native-progress-circle icon indicating copy to clipboard operation
react-native-progress-circle copied to clipboard

A light-weight progress circle indicator for React Native.

Results 11 react-native-progress-circle issues
Sort by recently updated
recently updated
newest added

Cannot see shadow `import React, {Component} from 'react'; import {StyleSheet, Text, View, TouchableWithoutFeedback} from 'react-native'; import ProgressCircle from 'react-native-progress-circle' export class ProgressBarHeightToWaistRatio extends Component { getColor(value) { if (value <...