Skip to content
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 can't run #20

Open
xRuby opened this issue Jul 13, 2019 · 1 comment
Open

iOS can't run #20

xRuby opened this issue Jul 13, 2019 · 1 comment

Comments

@xRuby
Copy link

xRuby commented Jul 13, 2019

Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(SyntaxError: /Users/xRuby/Documents/rn-wechat-dev/node_modules/react-native/node_modules/react-native-scrollable-tab-view/SceneComponent.js: A trailing comma is not permitted after the rest element (9:32)

@shibamo
Copy link

shibamo commented Jul 19, 2019

Remove the , after the ...props in the line 9 of that file will fix it.
把那个文件第九行...props后面的那个,去掉。
You could find the latest file here: https://github.com/ptomasroos/react-native-scrollable-tab-view/blob/master/SceneComponent.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants