react-native-places-input
Advanced tools
# Changelog | ||
## 1.1.7 | ||
Fixing UID for a place | ||
## 1.1.6 | ||
@@ -4,0 +6,0 @@ Component is now fetching places if query prop is provided. |
@@ -73,3 +73,3 @@ import React, {Component} from 'react'; | ||
<TouchableOpacity | ||
key={`place-${place.id}`} | ||
key={`place-${place.place_id || place.id}`} | ||
style={[styles.place, this.props.stylesItem]} | ||
@@ -76,0 +76,0 @@ onPress={() => this.onPlaceSelect(place.place_id, place)} |
{ | ||
"name": "react-native-places-input", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Thomas", |
17171
0.29%