mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
310bd4e5bb
commit
e8c6a5397b
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user