react-native-google-place-picker icon indicating copy to clipboard operation
react-native-google-place-picker copied to clipboard

undefined is not a function (evaluating 'RNGooglePlacePicker.show')

Open eduhds opened this issue 6 years ago • 3 comments

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

eduhds avatar Dec 26 '18 16:12 eduhds

Hi we are also facing same issue

gagan95 avatar Mar 15 '19 05:03 gagan95

@Henriqueedu Like to know is this issue fixed ???

akiladevinda avatar May 22 '19 08:05 akiladevinda

@akiladevinda I did not find any solution.

eduhds avatar May 22 '19 11:05 eduhds