We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Module parse failed: Unexpected token You may need an appropriate loader to handle this file type. | render() { | return ( | * <SimpleNavigator ref="nav" | views={{ | initialView: LoginComponent, @ ./index.web.js 3:0-39 @ multi (webpack)-dev-server/client?http://localhost:8889 ./index.web.js
I have received an compilation error which mentioning unxepected token in space character ( space area is mark as * )
react-native-cli: 2.0.1 react-native: 0.44.0 react-native-web : 0.0.118
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module parse failed: Unexpected token
You may need an appropriate loader to handle this file type.
| render() {
| return (
| * <SimpleNavigator ref="nav"
| views={{
| initialView: LoginComponent,
@ ./index.web.js 3:0-39
@ multi (webpack)-dev-server/client?http://localhost:8889 ./index.web.js
I have received an compilation error which mentioning unxepected token in space character ( space area is mark as * )
react-native-cli: 2.0.1
react-native: 0.44.0
react-native-web : 0.0.118
The text was updated successfully, but these errors were encountered: