Skip to content

Commit 531657b

Browse files
authored
[0.76] Update ReactNativeFlipper deprecation to ERROR (#46840)
1 parent 2da46a8 commit 531657b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/flipper/ReactNativeFlipper.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ import com.facebook.react.ReactInstanceManager
1919
message =
2020
"ReactNative/Flipper integration is deprecated. Please remove the call to initializeFlipper from your MainApplication.java",
2121
replaceWith = ReplaceWith(""),
22-
level = DeprecationLevel.WARNING)
22+
level = DeprecationLevel.ERROR)
2323
public object ReactNativeFlipper {
2424
@Suppress("UNUSED_PARAMETER")
2525
@JvmStatic
2626
@Deprecated(
2727
message =
2828
"ReactNative/Flipper integration is deprecated. Please remove the call to initializeFlipper from your MainApplication.java",
2929
replaceWith = ReplaceWith(""),
30-
level = DeprecationLevel.WARNING)
30+
level = DeprecationLevel.ERROR)
3131
public fun initializeFlipper(context: Context, reactInstanceManager: ReactInstanceManager) {
3232
// no-op
3333
}

0 commit comments

Comments
 (0)