tkhwang / WHAT-todo

Todo from experts with supervisors
https://www.whattodo.team
2 stars 0 forks source link

[mobile-app] axios network error when android simulator is used #86

Closed tkhwang closed 2 months ago

tkhwang commented 2 months ago

Solution

use 10.0.2.2 instead of localhost

EXPO_PUBLIC_API_URL=http://10.0.2.2:3000
tkhwang commented 2 months ago