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

Android App keep stoping using Progress.Circle

Open FuFunG opened this issue 7 years ago • 2 comments

App Keep stoping when i dont put size of size is >= 40 <Progress.Circle progress={0.5} showsText={true} animated={false} />

when i put 30 that is ok <Progress.Circle size={30} progress={0.5} showsText={true} animated={false} />

just android issues, ios is ok

FuFunG avatar Jul 27 '18 02:07 FuFunG

+1

AlexeyTerentievGit avatar Aug 08 '18 16:08 AlexeyTerentievGit

Had the same issue, works fine on iOS with size 90 but breaks on Android, this fixed the problem, for me the limit is 50 +1

IPbianco avatar Aug 17 '18 11:08 IPbianco