react-native-emoticons
react-native-emoticons copied to clipboard
Increase version of react-native-scrollable-tab-view
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}
Addressed this issue https://github.com/xiewang/react-native-emoticons/issues/29
@xiewang @abackslash please merge, we need this