Adding loading indicator for a place details request.
New configuration props:
- query - Custom query value for a text field
New configuration props:
- contentScrollViewBottom - Custom content at the bottom of scroll view list with results
- contentScrollViewTop - Custom content at the bottom of scroll view list with results
New configuration props:
- onChangeText - Method triggered when TextInput is changed. Returning query and this.
New configuration props:
- querySession - A random string which identifies an autocomplete session for billing purposes. If this parameter is omitted from an autocomplete request, the request is billed independently. See the pricing sheet for details.
New configuration props:
- queryTypes - You may restrict results from a Place Autocomplete request to be of a certain type by passing a types parameter.
Fixing an issue with sometimes not getting details about selected place.
Fixed issue that in some cases list of places is not displayed.
Fixed issue in Android with TouchOpacity not clickable in Scroll View with absolute position.
Bug fixes:
- Component wont trigger search if input value is empty or after you clear it using text input x
New configuration props:
- requiredCharactersBeforeSearch - component wont fetch places unless string length is equal this prop. Default 2.
- requiredTimeBeforeSearch - idle time on text input before component will fetch places.
Remove default props for lat,lng and radius. Add queryCountries where you can pass array of countries to limit your search results.
Update changelog and readme
Set Text Input value based on selected place.