Skip to content

Commit

Permalink
Remove unused FallbackJSBundleLoader (#49005)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #49005

This is essentially dead code. Not used at all but publicly exposed.
I found no meaningful usages in OSS so this is safe to remove:
https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2lambda123%2Freact-native+NOT+repo%3Apvinis%2Freact-native---investigation+NOT+repo%3Abeanchips%2Ffacebookreactnative+NOT+repo%3AfabOnReact%2Freact-native-notes+NOT+user%3Ahuntie+com.facebook.react.bridge.FallbackJSBundleLoader

Changelog:
[Internal] [Changed] -

Reviewed By: mdvacca

Differential Revision: D68773273

fbshipit-source-id: 96a028cb0caf95ee899db1488dbf5ae82cc567f9
  • Loading branch information
cortinico authored and facebook-github-bot committed Jan 29, 2025
1 parent 7377d57 commit bd050ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 245 deletions.
5 changes: 0 additions & 5 deletions packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -768,11 +768,6 @@ public class com/facebook/react/bridge/DynamicFromObject : com/facebook/react/br
public fun recycle ()V
}

public final class com/facebook/react/bridge/FallbackJSBundleLoader : com/facebook/react/bridge/JSBundleLoader {
public fun <init> (Ljava/util/List;)V
public fun loadScript (Lcom/facebook/react/bridge/JSBundleLoaderDelegate;)Ljava/lang/String;
}

public abstract class com/facebook/react/bridge/GuardedAsyncTask : android/os/AsyncTask {
protected fun <init> (Lcom/facebook/react/bridge/JSExceptionHandler;)V
protected fun <init> (Lcom/facebook/react/bridge/ReactContext;)V
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit bd050ac

Please sign in to comment.