Skip to content

Commit 8e514a8

Browse files
cortinicofacebook-github-bot
authored andcommitted
Annotate ReactNativeJNISoLoader as InteropLegacyArchitecture (#53406)
Summary: Pull Request resolved: #53406 The `ReactNativeJNISoLoader` class (previously called BridgeSoLoader) is actually a Legacy Architecture class. However is used by `CxxModuleWrapperBase` which is needed by interop, so we need to keep it around. I'm adding the annotation so we won't forget about it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D80710951 fbshipit-source-id: ed353e2b14c742b25962f0b81beba6dc90157709
1 parent e28784d commit 8e514a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

88
package com.facebook.react.bridge
99

10+
import com.facebook.react.common.annotations.internal.InteropLegacyArchitecture
1011
import com.facebook.soloader.SoLoader
1112

13+
@InteropLegacyArchitecture
1214
internal object ReactNativeJNISoLoader {
1315

1416
@JvmStatic

0 commit comments

Comments
 (0)