react-native-facebook-clone
react-native-facebook-clone copied to clipboard
Question
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.
What do you mean? If you want database json file , it's stored at .mock-db/db.sjon
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.
You need to change BASE_URL on /constant/index.js
Yes its been changed. But still wants to connect local.