-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plain new project shows Unhandled JS Exception: _typeof3 is not a function #21990
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write |
I've re-paste |
Tested with previous version
|
I'm also running into this. @Val0429 did you end up figuring it out? |
@harrisrobin I reinstall babels to version 7,
please let me know if that works for you. |
I have the exact same error... Adding previous dependencies does not resolved the issue... |
Hello there 👋 this issue doesn't have a repro (which means, a Because of this, we are going to close this issue - but if a repro is shared, we are happy to reopen it 🤗 |
I am facing the same issue. I am using create react native app, and when I run this with expo on web, everything runs fine. But when I run it on android mobile by scanning the bar code, I run into this issue. Can anybody please help me resolve this? |
Environment
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.2
CPU: x64 Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
Memory: 122.16 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.12.0 - ~/.nvm/versions/node/v8.12.0/bin/node
Yarn: 1.3.2 - /usr/local/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v8.12.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 11.4, macOS 10.13, tvOS 11.4, watchOS 4.3
Android SDK:
Build Tools: 23.0.1, 25.0.0, 25.0.2, 26.0.1, 26.0.2, 27.0.3
API Levels: 23, 24, 25, 26, 27
IDEs:
Android Studio: 2.3 AI-162.4069837
Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild
npmPackages:
react: 16.6.0-alpha.8af6728 => 16.6.0-alpha.8af6728
react-native: 0.57.4 => 0.57.4
npmGlobalPackages:
react-native-cli: 2.0.1
Description
I followed instruction steps to start a new project with react-native v0.57.4.
With everything installed correctly (I've recheck a few times), I create native project with
react-native init MyProject
. but then I got this error after build iOS project:Unhandled JS Exception: _typeof3 is not a function (In '_typeof3(typeof Symbol === "function" ? Symbol.iterator : "@@iterator")', '_typeof3' is an instance of Object)
The text was updated successfully, but these errors were encountered: