Fix react-native build

Summary:
bypass-github-export-checks

Changelog: [internal]

Reviewed By: Abbondanzo

Differential Revision: D79441010

fbshipit-source-id: 249912a6cf3350b98af6cf910151fc5a95edce2d
This commit is contained in:
Artem Kholodnyi
2025-08-01 10:17:47 -07:00
committed by Facebook GitHub Bot
parent 310bd4e5bb
commit e8c6a5397b
@@ -31,7 +31,7 @@ internal class ScaleTypeStartInside : AbstractScaleType() {
outTransform.postTranslate(Math.round(dx).toFloat(), Math.round(dy).toFloat())
}
override fun getDescription(): String = "start_inside"
override fun toString(): String = "start_inside"
companion object {
val INSTANCE: ScalingUtils.ScaleType = ScaleTypeStartInside()