mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
ed4106736a
commit
49ea2a43c2
+2
-3
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user