We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac39d7 commit 841a2f0Copy full SHA for 841a2f0
Components/Widgets/Card.js
@@ -32,9 +32,7 @@ export default class CardNB extends NativeBaseComponent {
32
var defaultProps = {
33
style: this.getInitialStyle().card
34
};
35
- // console.log("final style object", computeProps(this.props, defaultProps));
36
- // var computedStyle = computeProps(this.props, defaultProps).style.backgroundColor;
37
- // console.log("computedStyle", computedStyle);
+
38
return computeProps(this.props, defaultProps);
39
40
}
@@ -44,8 +42,6 @@ export default class CardNB extends NativeBaseComponent {
44
42
return child;
45
43
});
46
47
- console.log(childrenArray, "children card");
48
-
49
return childrenArray;
50
51
0 commit comments