React-native-google-places-autocomplete: Scrollview with GooglePlacesAutocomplete doesn't work!

Created on 2 Dec 2019  路  5Comments  路  Source: FaridSafi/react-native-google-places-autocomplete

I was wondering if anyone knows how I can hide this error? I even tried to render a custom list but it still gives the error why it loads _renderRow

image

Example code

```javascript
import React from 'react';
import {Text, ScrollView} from 'react-native';
import {GooglePlacesAutocomplete} from 'react-native-google-places-autocomplete';

const GooglePlacesInput = () => {
return (



);
};

export default GooglePlacesInput;```

Most helpful comment

i fixed this issue by including keyboardShouldPersistTaps='always' and listViewDisplayed={false} in your scroll view JSX

All 5 comments

I am also facing this issue. If you got the solution please drop here too.
Thank you in advance.

Same here

i fixed this issue by including keyboardShouldPersistTaps='always' and listViewDisplayed={false} in your scroll view JSX

i fixed this issue by including keyboardShouldPersistTaps='always' and listViewDisplayed={false} in your scroll view JSX

this worked for me ! thx

i fixed this issue by including keyboardShouldPersistTaps='always' and listViewDisplayed={false} in your scroll view JSX

worked for me! thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

diegothucao picture diegothucao  路  3Comments

biks152207 picture biks152207  路  4Comments

tezahzulueta picture tezahzulueta  路  3Comments

lukBakTsh picture lukBakTsh  路  3Comments

yasirdev picture yasirdev  路  3Comments