react-native-google-places-textinput
Version:
A customizable React Native TextInput component for Google Places Autocomplete using the Places API (New)
15 lines (12 loc) • 329 B
text/typescript
import GooglePlacesTextInput from './GooglePlacesTextInput';
export default GooglePlacesTextInput;
// Export types
export type {
Place,
PlacePrediction,
PlaceStructuredFormat,
PlaceDetailsFields,
GooglePlacesTextInputProps,
GooglePlacesTextInputRef,
GooglePlacesTextInputStyles,
} from './GooglePlacesTextInput';