now i connect frontend to backend with ip address but i think when i will live project then how automatic server is start and how to automatic connect front end to backend
any body know about how my backend node server automatically run when user open the app in his/her mobile. where am i write code for automatic start backend node server in react native
package.json file in react native
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},