After some reading I found a solution to my issue.
So, if anyone have this trouble :
http://10.0.2.2:8000/api/register
npx expo start --tunnel
because your machine and emulator need to be on the same network.And now it's working.
Others Stackoverflow solutions (that doesn't work for me and multiple devs on the responses) advise to change emulator proxy with 10.0.2.2 or with the machine IP Address.