Adarsh Jaiswal
Adarsh Jaiswal
- [ ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues) - [ ] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) ## Steps to Reproduce ## Expected Behavior ## Actual Behavior
``` { this.setState({ destaddress: data.description, destlatitude: details.geometry.location.lat, destlongitude: details.geometry.location.lng }); }} query={{ key: API_KEY, language: 'en', components: 'country:ind' }} GooglePlacesDetailsQuery={{ fields: 'geometry' }} debounce={200} styles={{ textInputContainer: { height: 50, width:...