After adding all my necessary npm packages on my app and try to run, I'm en counteracting this bug. I have tried the following and still same bug
watchman watch-del-all
rm -rf ./node_modules
yarn cache clean
rm -rf $TMPDIR/react-*
yarn install
npm start -- --reset-cache
I've also tried to update everything to latest version and still same bug. i.e
react-native: 0.45
react: 16.0.0-alpha.12
Anybody else with similar issue?
Environment
react-native-cli: 1.0.0
react-native: 0.44.0
react: 16.0.0-alpha.6
node: v6.10.0
npm: 4.5.0
yarn: 0.27.5
Platform: Android
OS: Windows
Android Studio
Steps to Reproduce
react-native run-android
Expected Behavior
It's supposed to show app main page
parsing template literals
Actual Behavior
red error page with
undefined is not an object (evaluating n.reactCurrentOwner
After adding all my necessary npm packages on my app and try to run, I'm en counteracting this bug. I have tried the following and still same bug
I've also tried to update everything to latest version and still same bug. i.e
Anybody else with similar issue?
Environment
Platform: Android
OS: Windows
Android Studio
Steps to Reproduce
react-native run-androidExpected Behavior
It's supposed to show app main page
parsing template literals
Actual Behavior
red error page with
undefined is not an object (evaluating n.reactCurrentOwner