Open Ruzen1 opened 3 years ago
Hey @SHISME
Sorry for continuous trouble.
Could you please reply if you have time?
I need to fix a background image for each item. I did some methods but its making the background image to be dragged too.
I want to drag the item but keep the background image fixed. Is it possible?
Could you please suggest some ideas?
Thank You!
Maybe you can make a fixed View when onDragStart?
@Ruzen1
you can wrap the whole thing in an <ImageBackground> and position a <View> that contains the <DraggableGrid>
<ImageBackground>
<View>
<DraggableGrid>
Hey @SHISME
Sorry for continuous trouble.
Could you please reply if you have time?
I need to fix a background image for each item. I did some methods but its making the background image to be dragged too.
I want to drag the item but keep the background image fixed. Is it possible?
Could you please suggest some ideas?
Thank You!