When I try to login in expo I got this error :
[exp] Set EXPO_DEBUG=true in your env to view the stack trace.
Do you know where exactly I have to set the value of EXPO_DEBUG
?
EXPO_DEBUG
is an environment variable, so you can set it by typing export EXPO_DEBUG=true
in your shell.