Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-Native Twitter login for Android

Im trying to login via twitter with react-native. And obviously for iOS it works because Im using the react-native-simple-auth package.

But what about android? It doesn't appear that there's a package yet for native login for twitter?

like image 563
Karthick Kumar Avatar asked Oct 19 '22 11:10

Karthick Kumar


1 Answers

Recently I have found some useful packages for implement twitter login in react-native for both ios and android. These are the listed packages

https://github.com/GoldenOwlAsia/react-native-twitter-signin

https://github.com/Luzgan/react-native-twitter-signin

https://github.com/corymsmith/react-native-fabric

like image 96
Karthick Kumar Avatar answered Oct 21 '22 05:10

Karthick Kumar