Skip to content

Commit 54770ce

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Mark JSInstance as InteropLegacyArchitecture (#53100)
Summary: Pull Request resolved: #53100 Mark JSInstance as InteropLegacyArchitecture changelog: [internal] internal Reviewed By: mlord93, cortinico Differential Revision: D79732414 fbshipit-source-id: fc66d6cfef34b4ac66af724bf4336f4f4c38f447
1 parent 457190c commit 54770ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/JSInstance.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
package com.facebook.react.bridge
99

10-
import com.facebook.react.common.annotations.internal.LegacyArchitecture
10+
import com.facebook.react.common.annotations.internal.InteropLegacyArchitecture
1111

1212
/**
1313
* This interface includes the methods needed to use a running JS instance, without specifying any
1414
* of the bridge-specific initialization or lifecycle management.
1515
*/
16-
@LegacyArchitecture
16+
@InteropLegacyArchitecture
1717
public interface JSInstance {
1818
public fun invokeCallback(callbackID: Int, arguments: NativeArrayInterface)
1919

0 commit comments

Comments
 (0)