Skip to content

Commit

Permalink
Make onLayoutUpdate internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoguzmana committed Jan 28, 2025
1 parent 679e4b5 commit 3d87c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package com.facebook.react.uimanager.layoutanimation
* @param width the new width value for the view
* @param height the new height value for the view
*/
public fun onLayoutUpdate(x: Int, y: Int, width: Int, height: Int)
fun onLayoutUpdate(x: Int, y: Int, width: Int, height: Int)
}

0 comments on commit 3d87c1f

Please sign in to comment.