garrettmac / react-native-tweet

8 stars 2 forks source link

Cannot read property 'init' of undefined #2

Open Mathengel opened 6 years ago

Mathengel commented 6 years ago

After following installation instructions. I attempt to run RNTweet.init( -- with keys and secret -- ) and I get cannot read property of undefined. If I merely try to console.log(RNTweet), I get undefined.

Is there something I am missing?

Also, another thing I noticed that has been a bit confusing, is the inconsistency in the documentation. Is it RNTweet or RNTwitter?