We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7118058 commit ffa2fbcCopy full SHA for ffa2fbc
src/main/java/com/kwaak/reacttwo/CirclesManager.java
@@ -33,7 +33,7 @@ public String getName() {
33
34
@Override
35
public CircleProgressView createViewInstance(ThemedReactContext context) {
36
- return new CircleProgressView(context);
+ return new CircleProgressView(context, null);
37
}
38
39
@ReactProp(name = "barColors")
0 commit comments