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

```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;```
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!
Most helpful comment
i fixed this issue by including keyboardShouldPersistTaps='always' and listViewDisplayed={false} in your scroll view JSX