From 0c26dc08ee8df244d8e422f653d6592d69021147 Mon Sep 17 00:00:00 2001 From: bang Date: Thu, 13 Dec 2018 10:07:45 +0800 Subject: [PATCH] fix: item style --- components/picker/NativePicker.android.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/picker/NativePicker.android.tsx b/components/picker/NativePicker.android.tsx index ca48dd1fa..a5542c7db 100644 --- a/components/picker/NativePicker.android.tsx +++ b/components/picker/NativePicker.android.tsx @@ -139,7 +139,6 @@ class Picker extends React.Component { if (selectedValue === item.props.value) { totalStyle.push(styles.selectedItemText); } - totalStyle.push(itemStyle); return ( ((this as any)[`item${index}`] = el)} @@ -147,7 +146,7 @@ class Picker extends React.Component { key={item.key} > {item.props.label}