Bernard Nongpoh

Results 3 comments of Bernard Nongpoh

The following code will triggered the warning you mentioned ``` `draggable-item-${item.id}`} onDragEnd={async ({ data }) => { console.log(data); }} /> ``` By setting `style={{flex:1}} `to the` ` solved the problem...

> What if I cannot use a View arround the FlatList? Worked fine for me without View

> @bernardnongpoh My Code is exactly same, still the issue exists. The logs says ## can't measure 49 reason: no ref Can you please share me your code and react...