File tree Expand file tree Collapse file tree
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/flipper Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
2323public 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 }
You can’t perform that action at this time.
0 commit comments