react-native-emoticons icon indicating copy to clipboard operation
react-native-emoticons copied to clipboard

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

Open bghariprasad opened this issue 4 years ago • 2 comments

Fix for: error: bundling failed: SyntaxError: /home/hari/Z/beebuck-v5-mobile/node_modules/react-native-scrollable-tab-view/SceneComponent.js: Unexpected trailing comma after rest element (9:32)

7 | 8 | const SceneComponent = (Props) => {

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

bghariprasad avatar Jun 22 '20 22:06 bghariprasad

Addressed this issue https://github.com/xiewang/react-native-emoticons/issues/29

bghariprasad avatar Jun 22 '20 22:06 bghariprasad

@xiewang @abackslash please merge, we need this

Surik266 avatar Sep 05 '20 15:09 Surik266