Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to Set EXPO_DEBUG value in ReactNative app?

Tags:

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?

like image 566
Ansyori Avatar asked Oct 26 '17 06:10

Ansyori


2 Answers

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

like image 132
Daniel Neal Avatar answered Sep 29 '22 08:09

Daniel Neal


Just simply put the following commands in Windows os in sequence it will definitely work.

1:

cd Project_Dir>Set EXPO_DEBUG=true

2:

cd Project_Dir>expo start

This is working fine for me.

like image 23
Rahul Patel Avatar answered Sep 29 '22 07:09

Rahul Patel