twitter-lite icon indicating copy to clipboard operation
twitter-lite copied to clipboard

ReferenceError: Property 'Buffer' doesn't exist

Open ycdaskin opened this issue 2 years ago • 0 comments

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.

ycdaskin avatar Apr 20 '23 08:04 ycdaskin