Skip to content

Commit 24159af

Browse files
Introduce native scroll interaction patch (#112)
2 parents 6bd050e + 040106c commit 24159af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/StitchSchemaKit/V27/Patch_V27.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ public enum Patch_V27: StitchSchemaVersionable {
183183
delayOne,
184184
springFromDurationAndBounce = "Duration and Bounce Converter",
185185
springFromResponseAndDampingRatio = "Response and Damping Ratio Converter",
186-
springFromSettlingDurationAndDampingRatio = "Settling Duration and Damping Ratio Converter"
186+
springFromSettlingDurationAndDampingRatio = "Settling Duration and Damping Ratio Converter",
187+
nativeScrollInteraction = "Scroll Interaction"
187188
}
188189
}
189190

0 commit comments

Comments
 (0)