Files
notesnook/apps/mobile/patches/react-native-progress+5.0.0.patch
2021-10-04 10:23:59 +05:00

16 lines
583 B
Diff

diff --git a/node_modules/react-native-progress/Circle.js b/node_modules/react-native-progress/Circle.js
index 79f0a9e..3f9ff26 100644
--- a/node_modules/react-native-progress/Circle.js
+++ b/node_modules/react-native-progress/Circle.js
@@ -120,8 +120,8 @@ export class ProgressCircle extends Component {
return (
<View style={[styles.container, style]} {...restProps}>
<Surface
- width={size}
- height={size}
+ width={size + 5}
+ height={size + 5}
style={
indeterminate && rotation
? {