We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
Maybe you can make a fixed View when onDragStart?
Sorry, something went wrong.
@Ruzen1
you can wrap the whole thing in an <ImageBackground> and position a <View> that contains the <DraggableGrid>
<ImageBackground>
<View>
<DraggableGrid>
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: