Skip to content

Commit

Permalink
Merge pull request #152 from oliveroneill/result_width_fix
Browse files Browse the repository at this point in the history
Fixed search results disappearing off screen
  • Loading branch information
guilhermepontes authored Aug 23, 2017
2 parents 29c67f2 + bfcca0c commit 86cfa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GooglePlacesAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ export default class GooglePlacesAutocomplete extends Component {
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicator={false}>
<TouchableHighlight
style={{ minWidth: WINDOW.width }}
style={{ width: WINDOW.width }}
onPress={() => this._onPress(rowData)}
underlayColor={this.props.listUnderlayColor || "#c8c7cc"}
>
Expand Down

0 comments on commit 86cfa38

Please sign in to comment.