We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbffaad commit bfba510Copy full SHA for bfba510
src/GooglePlacesTextInput.tsx
@@ -689,12 +689,13 @@ const GooglePlacesTextInput = forwardRef<
689
const styles = StyleSheet.create({
690
container: {},
691
input: {
692
- height: 50,
+ flex: 1,
693
borderRadius: 6,
694
borderWidth: 1,
695
paddingHorizontal: 10,
696
backgroundColor: 'white',
697
fontSize: 16,
698
+ paddingVertical: 16,
699
},
700
suggestionsContainer: {
701
backgroundColor: '#efeff1', // default background
0 commit comments