Skip to content

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

Open
matheusnpenna wants to merge 8 commits into
xiewang:masterfrom
App2Sales:master
Open

Increase version of react-native-scrollable-tab-view#30
matheusnpenna wants to merge 8 commits into
xiewang:masterfrom
App2Sales:master

Conversation

@matheusnpenna

Copy link
Copy Markdown

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.

3 participants