How do i connect nodejs to my react native expo app(Emulator) during development

  1. SDK Version: Sdk 46
  2. Platforms(Android/iOS/web/all): Andriod(Expo Go Emulator)

I have a nodejs login backend which i have tested with postman.

I also have a react native expo app which contains a login screen, home screen & logout screen.

However, i do not know how to connect the both of them during development.

I need to be able to connect my nodejs code to my react native expo app during development to test out some stuffs.

A well documented reference, blogpage, website, guide etc;(something very basic) would be greatly appreciated.

Thanks in advance

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.