diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/UIManagerProvider.kt b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/UIManagerProvider.kt index 867d2e02806..0153cd2d35d 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/UIManagerProvider.kt +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/UIManagerProvider.kt @@ -15,7 +15,7 @@ import com.facebook.react.common.annotations.DeprecatedInNewArchitecture * in isolation of others part of the new architecture of React Native. */ @DeprecatedInNewArchitecture -interface UIManagerProvider { +fun interface UIManagerProvider { /* Provides a {@link com.facebook.react.bridge.UIManager} for the context received as a parameter. */ fun createUIManager(context: ReactApplicationContext): UIManager