Closed
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
:
react-native-cli: 2.0.1
react-native: 0.45.1node -v
: v6.11.0npm -v
: 3.10.10yarn --version
:
Then, specify:
- Target Platform: Android
- Development Operating System: Windows
- Build tools:
Steps to Reproduce
(Write your steps here:)
- Clone https://github.com/James2516/drawer-app
- npm install && npm start
- remove
console.log(this.drawer);
from https://github.com/James2516/drawer-app/blob/master/src/components/Main.js#L15 - App now loads in Expo.
- put
console.log(this.drawer);
back to the same place. - Expo will never load (not responding)
Expected Behavior
Expo should load even with console.log statement
Actual Behavior
Expo not responding
Reproducible Demo
see above