Closed luccasr73 closed 1 year ago
Hi @luccasr73 thanks for reporting, we will investigate this issue
i can do a pr fixing this?
@luccasr73 Sure, would be great
@luccasr73
This issue has been fixed, styles={{ select: { container: { paddingHorizontal: 0 }}}}
is working now in v2.1.2
thanks @irekrog
Is your feature request related to a problem? Please describe. Customize styles on SelectFieldType, this component a have default padding that i need to remove https://github.com/luccasr73/react-native-select-pro/blob/master/packages/react-native-select-pro/src/components/select-field-type/select-field-type.tsx#L44
Describe the solution you'd like possibility to pass style props and customize SelectFieldType
Describe alternatives you've considered I'm currently using a hack with negative margin to get the result I need