Where to Set EXPO_DEBUG value in ReactNative app?

Ansyori picture Ansyori · Oct 26, 2017 · Viewed 38.7k times · Source

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?

Answer

Daniel Neal picture Daniel Neal · Jan 15, 2018

EXPO_DEBUG is an environment variable, so you can set it by typing export EXPO_DEBUG=true in your shell.