mytc
mytc
The FutureBuilder need to return a widget, but easyloading have to call the instance. How to solve this issue? FYI, I used this when loading a page, while waiting for...
I having having problem with binding the form data. The input would be like this ``` ``` And the struct ``` type Event struct { gorm.Model Code []InvideCode `form:"codes"` }...
I am change to this from flatlist, but I can't make the load more features works. ``` item.key} item={this.renderItem} refreshing = {this.state.refreshing} onRefresh={() => this.refreshData()} ListFooterComponent={this.Loadmore} onEndReached={this.handleLoadMore} onEndReachedThreshold={50} initialNumToRender={10} ItemSeparatorComponent={this.renderSeparator}...
I wonder if this module support dynamic images? For eg, Flatlist, where support load more and refresh as well as appending urls to component. There is