Different Workspace

I have my backend in a different Workspace and now im making my react native application so i was wondering how can i make it work and link both application with each other

You need to make the port in your backend project public and set the appropriate CORS header. I explain how to do this as part of my earlier demo here:

1 Like