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:49:27 -07:00
committed by Facebook Github Bot
parent 8770151a77
commit da057749f8
@@ -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,
})}
/>
)}
/>