Skip to content

ReferenceError: Property 'Buffer' doesn't exist #207

Description

@ycdaskin

Whichever method I use, I get this error. My react native version is 0.71.6

This is my example code:

const client = new Twitter({
        consumer_key: "my consumer key",
        consumer_secret: "my secret"
    })

client.getRequestToken("my callback url").then(response => {
            console.log(response)
        }).catch(err => console.log(err))

i installed all dependencies but no chance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions