Patch Changes
-
Support new css properties:
offset-path
andoffset-distance
(#152) -
Fix 'SystemInfo is not defined' error when using MTS and not importing anything manually from the react package. (#172)
-
Fix
not a function
error when using lazy bundle without MTS. (#170) -
fix: gesture config not processed correctly (#175)
const pan = Gesture.Pan().minDistance(100);
After this commit, gesture config like
minDistance
should work as expected.