Eugnis/react-native-timeline-flatlist

Syntax error when importing

Closed this issue · 0 comments

` SyntaxError: node_modules\react-native-timeline-flatlist\lib\index.js: Unexpected token (61:6)

59 | render() {
60 | return (
61 | <View style={[styles.container, this.props.style]}>
| ^
62 | <FlatList
63 | style={[styles.listview, this.props.listViewStyle]}
64 | contentContainerStyle={this.props.listViewContainerStyle} `

Page fails to compile as soon as import Timeline from 'react-native-timeline-flatlist' is added