Kotlinify NativeArrayInterface (#43892)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/43892

Changelog: [Internal]

As part of the Sustainability Week (see [post](https://fb.workplace.com/groups/251759413609061/permalink/742797531171911/)).

Reviewed By: cortinico

Differential Revision: D55789985

fbshipit-source-id: 5523012a66179b2a35cc046c948bfd4f7cccf200
This commit is contained in:
Fabrizio Cucci
2024-04-05 11:21:33 -07:00
committed by Facebook GitHub Bot
parent ed4106736a
commit 49ea2a43c2
@@ -5,9 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.bridge;
package com.facebook.react.bridge
public interface NativeArrayInterface {
@Override
String toString();
override fun toString(): String
}