You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dynamically set the this.data array, however some icons are shown and first 11 ones are not.
I tried to check the data array and the data looks correct.
The code is the same from the sample.
Any idea what might be the issue? Thanks <Timeline style={styles.list} data={this.state.data} circleSize={20} circleColor='lightgray' lineColor='rgb(45,156,219)' timeContainerStyle={{minWidth:52, marginTop: -5}} timeStyle={{textAlign: 'center', backgroundColor:'#ff9797', color:'white', padding:5, borderRadius:13}} descriptionStyle={{color:'gray'}} options={{ style:{paddingTop:5} }} innerCircle={'icon'} onEventPress={this.onEventPress} separator={false} detailContainerStyle={{marginBottom: 20, paddingLeft: 5, paddingRight: 5, backgroundColor: "#BBDAFF", borderRadius: 10}} columnFormat='two-column' />
Having same issue here,
When i run the onRefresh Icons Shows Up. But at the first launch they does not appeared at all, as i loads more data through onEndReached Icons shows up in the new data but still not there in the Old data.
!!!!!!!
I dynamically set the this.data array, however some icons are shown and first 11 ones are not.
I tried to check the data array and the data looks correct.
The text was updated successfully, but these errors were encountered: