Open
Description
To replicate:
Pass in string such as "50%" into x, y, or bound prop such as minY or x.
Expected behavior:
bound will set value based off 50% of parent width/height depending on if it is x or y.
Observed behavior:
Type Error (for me since I am using typescript)
If there is some way of using draggable objects responsively, please let me know. Currently, I am using the height and width properties of react native, but my draggables aren't based off height and width directly, but the size of their container, which in certain screen sizes, will set bounds too close or too far.
Any help appreciated.
Metadata
Metadata
Assignees
Labels
No labels