You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: