Lists: Fix invalid prop usage in RNTesterExampleList

Summary: backgroundColor must be passed in a style prop

Reviewed By: PeteTheHeat

Differential Revision: D17838513

fbshipit-source-id: 315ca144f63e67b0e9db5e705074974372db2f5e
This commit is contained in:
Eli White 2019-10-11 09:44:48 -07:00 коммит произвёл Facebook Github Bot
Родитель 8770151a77
Коммит da057749f8
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -151,10 +151,6 @@ class RNTesterExampleList extends React.Component<Props, $FlowFixMeState> {
automaticallyAdjustContentInsets={false}
keyboardDismissMode="on-drag"
renderSectionHeader={renderSectionHeader}
backgroundColor={Platform.select({
ios: 'transparent',
default: undefined,
})}
/>
)}
/>