You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Changelog:
[General][Added] - Add support for reload-to-profile in Fusebox.
CDT: facebook/react-native-devtools-frontend#117
React: facebook/react#31021
This diff adds support for reload2profile under bridge and bridgeless for iOS, Android, and C++
Differential Revision: D63233256
Copy file name to clipboardexpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
+6
Original file line number
Diff line number
Diff line change
@@ -3373,6 +3373,12 @@ public final class com/facebook/react/modules/devloading/DevLoadingModule : com/
3373
3373
public final class com/facebook/react/modules/devloading/DevLoadingModule$Companion {
3374
3374
}
3375
3375
3376
+
public final class com/facebook/react/modules/devtoolsruntimesettings/ReactDevToolsRuntimeSettingsModule : com/facebook/fbreact/specs/NativeReactDevToolsRuntimeSettingsModuleSpec {
3377
+
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
3378
+
public fun getReloadAndProfileConfig ()Lcom/facebook/react/bridge/WritableMap;
3379
+
public fun setReloadAndProfileConfig (Lcom/facebook/react/bridge/ReadableMap;)V
3380
+
}
3381
+
3376
3382
public class com/facebook/react/modules/dialog/AlertFragment : androidx/fragment/app/DialogFragment, android/content/DialogInterface$OnClickListener {
3377
3383
public fun <init> ()V
3378
3384
public fun <init> (Lcom/facebook/react/modules/dialog/DialogModule$AlertFragmentListener;Landroid/os/Bundle;)V
0 commit comments