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

Increase version of react-native-scrollable-tab-view #30

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

matheusnpenna
Copy link

from "react-native-scrollable-tab-view": "^0.8.0", to "react-native-scrollable-tab-view": "^0.10.0",

bundling failed: SyntaxError: /Users/gerenciagram/Developer/react-native/app-gerenciagram/node_modules/react-native-scrollable-tab-view/SceneComponent.js: A trailing comma is not permitted after the rest element (9:32)

const SceneComponent = (Props) => {

9 | const {shouldUpdated, ...props, } = Props;
| ^
10 | return <View {...props}>
11 |
12 | {props.children}

the old version is causing an error because of the comma in the react-native-tab-view file line

@matheusnpenna matheusnpenna changed the base branch from master to custom December 24, 2018 16:55
@matheusnpenna matheusnpenna changed the base branch from custom to master December 24, 2018 16:55
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

Successfully merging this pull request may close these issues.

None yet

3 participants