react-native-dynamic-tab-view icon indicating copy to clipboard operation
react-native-dynamic-tab-view copied to clipboard

TypeError: Cannot read property '0' of undefined

Open harryharihar opened this issue 5 years ago • 0 comments

I am using FlatList under renderItem Method <DynamicTabView data={this.state.data} renderTab={this._renderItem} defaultIndex={this.state.defaultIndex} containerStyle={styles.container} headerBackgroundColor={"white"} headerTextStyle={styles.headerText} onChangeTab={this.onChangeTab} headerUnderlayColor={"blue"} />

harryharihar avatar Dec 10 '19 06:12 harryharihar