File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const TEMP_ANDROID_PLACEHOLDER = PlatformColor('?attr/colorAccent')
2121export const label = Platform . select ( {
2222 ios : PlatformColor ( 'label' ) ,
2323 android : TEMP_ANDROID_PLACEHOLDER ,
24+ default : TEMP_ANDROID_PLACEHOLDER ,
2425} )
2526
2627/**
@@ -300,6 +301,7 @@ export const systemCyan = Platform.select({
300301export const systemGreen = Platform . select ( {
301302 ios : PlatformColor ( 'systemGreen' ) ,
302303 android : TEMP_ANDROID_PLACEHOLDER ,
304+ default : TEMP_ANDROID_PLACEHOLDER ,
303305} )
304306
305307/**
@@ -348,6 +350,7 @@ export const systemPurple = Platform.select({
348350export const systemRed = Platform . select ( {
349351 ios : PlatformColor ( 'systemRed' ) ,
350352 android : TEMP_ANDROID_PLACEHOLDER ,
353+ default : TEMP_ANDROID_PLACEHOLDER ,
351354} )
352355
353356/**
You can’t perform that action at this time.
0 commit comments