Skip to content

Commit

Permalink
Migrate ContentSizeWatcher to kotlin (#48743)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #48743

Migrate ContentSizeWatcher to kotlin
changelog: [internal] internal

Reviewed By: tdn120

Differential Revision: D68278772

fbshipit-source-id: ba3c88be13aad3c49a8dd3771332b48725ea76c1
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jan 16, 2025
1 parent c5041ea commit 8781856
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.react.views.textinput;
package com.facebook.react.views.textinput

public interface ContentSizeWatcher {
void onLayout();
public fun onLayout(): Unit
}

0 comments on commit 8781856

Please sign in to comment.