react-native-facebook-clone icon indicating copy to clipboard operation
react-native-facebook-clone copied to clipboard

Question

Open ultra-pool opened this issue 4 years ago • 4 comments

Im having a hard time finding the correct files to edit in the droid source to edit for it to connect to my test server. It only wanting to connect via localhost. I have the main source running on my test server with no errors.

ultra-pool avatar Jan 09 '21 15:01 ultra-pool

What do you mean? If you want database json file , it's stored at .mock-db/db.sjon

iamvucms avatar Jan 09 '21 17:01 iamvucms

The android app is only wanting to connect via localhost network Im trying to change the android to connect to a remote vps public domain.

ultra-pool avatar Jan 09 '21 17:01 ultra-pool

You need to change BASE_URL on /constant/index.js

iamvucms avatar Jan 10 '21 05:01 iamvucms

Yes its been changed. But still wants to connect local.

ultra-pool avatar Jan 11 '21 22:01 ultra-pool