garganurag893 / react-native-phone-number-input

React Native component for phone number.
MIT License
372 stars 212 forks source link

FlagSize not applied to button #122

Open kierangillen opened 1 year ago

kierangillen commented 1 year ago

Hi!

Just wanted to give you a heads up that the flagSize is not applied to the Flag element in renderFlagButton: https://github.com/garganurag893/react-native-phone-number-input/blob/master/lib/index.js#L131. The flagSize doesn't exist on this.props so this will never be applied. We'll need to get the flagSize from this.props.countryPickerProps.theme.flagSize for custom sizes.

I don't have time right now but I may be able to send a PR in the future for this.

HrithikMittal commented 1 year ago

But when I send it from outside it's not working countryPickerProps={{ theme: { flagSize: 20, }, }}