react-native-google-place-picker
react-native-google-place-picker copied to clipboard
undefined is not a function (evaluating 'RNGooglePlacePicker.show')
This error occurs when I run the sample code:
RNGooglePlacePicker.show(response => { if (response.didCancel) {
console.log('User cancelled GooglePlacePicker');
} else if (response.error) {
console.log('GooglePlacePicker Error: ', response.error);
} else {
this.setState({
location: response
});
}
})
"react-native-google-place-picker": "^1.2.1" "react-native": "0.57.7" Node v10.14.1
Hi we are also facing same issue
@Henriqueedu Like to know is this issue fixed ???
@akiladevinda I did not find any solution.