Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React native Expo twitter authentication

I want to implement Twitter authentication in an app created with 'create-react-native-app'. I have looked docs of Expo, but I found that Expo supports authentication only with Facebook and google. I'm unable to use Oauth, because I can't link the package. I don't want to detache, want to keep Expo. Is there any way to do what I need? Thanks for attention.

like image 766
Gev Avatar asked Apr 04 '18 14:04

Gev


Video Answer


1 Answers

You can use the repo in official expo examples:

https://github.com/expo/examples/tree/master/with-twitter-auth

and to use it >> upload the backend server to any node cloud host like heroku. and use the urls in the front-end App.js to point to the server url.

like image 181
Biskrem Muhammad Avatar answered Oct 19 '22 07:10

Biskrem Muhammad