-
Notifications
You must be signed in to change notification settings - Fork 512
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
iOS模拟器运行失败 #20
Comments
Looks something has updated, I don't remember why I exported two default in |
Thanks. |
+1 |
Can not use more than one export default in a file.
|
fixes wwayne#20: multiple default exports in App.js
+1 |
1 similar comment
+1 |
change 'export default class App extends Component ' to ' class App extends Component' |
iOS npm start 报错 grep 不是内部或外部命令 |
抱歉,已经不玩这个了
| |
薛春华
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
在2019年05月29日 19:17,De Meng 写道:
我的错误如下:
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
[tid:main] SyntaxError /Users/victoria/Documents/React-Native_Resource/Library/react-native-nba-app-master/app/containers/App.js: Only one default export allowed per module.
The text was updated successfully, but these errors were encountered: