File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,6 @@ export class Colors {
69
69
this . shouldSupportDarkMode = true ;
70
70
}
71
71
72
- /**
73
- * Should use RN PlatformColor API for retrieving design token colors from native
74
- */
75
- enablePlatformColors ( ) {
76
- Scheme . enablePlatformColors ( ) ;
77
- }
78
-
79
72
/**
80
73
* Add alpha to hex or rgb color
81
74
* arguments:
Original file line number Diff line number Diff line change @@ -97,14 +97,6 @@ class Scheme {
97
97
return this . schemes [ this . getSchemeType ( ) ] ;
98
98
}
99
99
100
- // TODO: Remove this method, use config instead
101
- /**
102
- * Should use RN PlatformColor API for retrieving design token colors from native
103
- */
104
- enablePlatformColors ( ) {
105
- // this.usePlatformColors = true;
106
- }
107
-
108
100
/**
109
101
* Add a change scheme event listener
110
102
*/
You can’t perform that action at this time.
0 commit comments