Error running React Native app out of debug mode

0

I have a strange error that I could not find anywhere how to solve. When running the app in debug mode it goes quietly without errors but when running the same app without any changes with the debug mode disabled it gives the red error screen. Could you help me?

Follow my github project link: link

PS: I'm using react-navigation instead of router-flux

PS2: I'm using genymotion as an emulator to test.

Error Print

    
asked by anonymous 06.10.2018 / 06:16

1 answer

0

I do not know if you still have this problem, but I solved it like this:

$npm install --save [email protected]

Going back to this version worked quietly.

    
11.10.2018 / 20:37