const DriverSelector = props => { const Container = props.container; const otherProps = { ...( props.containerStyles && { style: props.containerStyles } ) }; return ( <Container {...otherProps} >