ryanmcdermott / react-native-login

:iphone: An example React Native project for client login authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to connect to backend?

MakarkinPRO opened this issue · comments

Hi, is it possible to connect with my backend?

Do you have contacts may be Email, skype. Thx.

Hey there! Yes it's certainly possible to connect to the backend. Just change this line to your server's URL! https://github.com/ryanmcdermott/react-native-login/blob/master/ReactNativeLogin/App/components/App.js#L8

I hope this helps :)