RN picker - implement background color

Summary:
add support to the android implementation of the Picker component for setting the background color.

Changelog: [Android] [Added] - Support item background color in Dialog Picker

Differential Revision: D20566131

fbshipit-source-id: d693b40803fa1051ec955c5728994c820fecd9e9
This commit is contained in:
Eddie Dugan
2020-03-23 08:37:16 -07:00
committed by Facebook GitHub Bot
parent 327fbd0509
commit 22eb711c84
9 changed files with 47 additions and 0 deletions
@@ -41,6 +41,7 @@ type NativeProps = $ReadOnly<{|
// Props
color?: ?ColorValue,
backgroundColor?: ?ColorValue,
enabled?: WithDefault<boolean, true>,
items: $ReadOnlyArray<PickerItem>,
prompt?: WithDefault<string, ''>,