Unhandled JS Exception: Unexpected token '{'. import call expects exactly one argument. no stack
See original GitHub issueEverything’s work fine until I build my project on Xcode to see my app on real device…
Everything is build fine with no errors, yarn start and Xcode Play button (for build)
$ react-native info
info
React Native Environment Info:
System:
OS: macOS 10.14.1
CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Memory: 170.70 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 11.10.0 - /usr/local/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
npm: 6.7.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
IDEs:
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.3 => 16.8.3
react-native: 0.59.0 => 0.59.0
Issue Analytics
- State:
- Created 5 years ago
- Reactions:10
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Expo problem. Unexpected token '{'. Import call expects ...
Unexpected token '{'. Import call expects exactly one argument - Stack Overflow. Stack Overflow for Teams – Start collaborating and sharing ...
Read more >How to fix the error "unexpected token "{". import call expects ...
Here is how to fix the error SyntaxError: Unexpected token '{'. import call expects exactly one argument.
Read more >Unexpected identifier '_classCallCheck'. import call expects ...
Unhandled JS Exception : Unexpected identifier '_classCallCheck'. import call expects exactly one argument. no stack. 在这里插入图片描述 ...
Read more >the attached codes doesnt work - React Native
“Unhandled JS Exception: Unexpected identifier '_classCallCheck'. import call expects exactly one argument. no stack”.
Read more >Unexpected token '{'. import call expects exactly one argument ...
Javascript Required. Kindly enable Javascript. · Unhandled JS Exception: Unexpected token '{'. import call expects exactly one argument. no stack.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m having the same issue after upgrading to RN 0.59.9. The error message gives basically no clue what’s wrong…
UPDATE
OK here is the digest of a few good hours spent:
In your
index.js
, there is something like this:Which import the name from app.json
To get rid of this error, just change
index.js
to:and stop importing that json file.
You can keep all your present settings in
devDependencies