Twitter login in expo

Can anyone suggest a method to implement twitter login in expo as their in expo as their is facebook and google login ?

I found this https://github.com/expo/expo-twitter-login-example but how to implement it in my app ?

Hey @oo7bat,

Have you tried looking at the example’s source code and adding code into your project? The one thing I will say is that it’s rather outdated, so you’ll have to be mindful of some namespace changes like Exponent to Expo and what not, but the best way to find out if something works is to write some code and test it!

Cheers,

Adam

Thanks for the reply , I will try to implement it , I just asked if there is some simpler way to add Twitter login method as we do with fb and google.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.