Open aaftabali1 opened 1 year ago
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch react-native-element-dropdown@2.5.3 for the project I'm working on.
react-native-element-dropdown@2.5.3
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-element-dropdown/src/components/Dropdown/styles.ts b/node_modules/react-native-element-dropdown/src/components/Dropdown/styles.ts index 08af0f3..a84eac8 100644 --- a/node_modules/react-native-element-dropdown/src/components/Dropdown/styles.ts +++ b/node_modules/react-native-element-dropdown/src/components/Dropdown/styles.ts @@ -38,7 +38,7 @@ export const styles = StyleSheet.create({ fontSize: 16, }, item: { - padding: 17, + padding: 10, flexDirection: 'row', justifyContent: 'space-between', alignItems: 'center',
This issue body was partially generated by patch-package.
It would be nice to be able to customize styles.item as other things.
styles.item
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
react-native-element-dropdown@2.5.3
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.