Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

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

Description

@eduhds

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions