Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 942 Bytes

dev-docs.md

File metadata and controls

18 lines (12 loc) · 942 Bytes

External dependencies/libraries used:

⚠️⚠️

testing the app locally on physical device

The app currently tries to connect to localhost as API host ( which obviously will not work ). A quick workaround is to expose the API over local network.

In order to do so, please:

  • Make sure both your mobile device and the machine that hosts the API server are on the same network.
  • refer to this Chrome Inspector Documentation guide to enable port forwarding over network.

⚠️⚠️