Skip to content

Commit

Permalink
Migrate ImageLoaderModule to Kotlin (facebook#44413)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#44413

## Changelog:
[Internal] -

As in the title, the corresponding module is migrated from Java to Kotlin.

Differential Revision: D56978931
  • Loading branch information
rshest authored and facebook-github-bot committed May 5, 2024
1 parent a881b51 commit a5bce07
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 320 deletions.
7 changes: 6 additions & 1 deletion packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,9 @@ public class com/facebook/react/modules/i18nmanager/I18nUtil {
public fun swapLeftAndRightInRTL (Landroid/content/Context;Z)V
}

public class com/facebook/react/modules/image/ImageLoaderModule : com/facebook/fbreact/specs/NativeImageLoaderAndroidSpec, com/facebook/react/bridge/LifecycleEventListener {
public final class com/facebook/react/modules/image/ImageLoaderModule : com/facebook/fbreact/specs/NativeImageLoaderAndroidSpec, com/facebook/react/bridge/LifecycleEventListener {
public static final field Companion Lcom/facebook/react/modules/image/ImageLoaderModule$Companion;
public static final field NAME Ljava/lang/String;
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;Lcom/facebook/imagepipeline/core/ImagePipeline;Lcom/facebook/react/views/image/ReactCallerContextFactory;)V
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;Ljava/lang/Object;)V
Expand All @@ -3357,6 +3359,9 @@ public class com/facebook/react/modules/image/ImageLoaderModule : com/facebook/f
public fun queryCache (Lcom/facebook/react/bridge/ReadableArray;Lcom/facebook/react/bridge/Promise;)V
}

public final class com/facebook/react/modules/image/ImageLoaderModule$Companion {
}

public class com/facebook/react/modules/intent/IntentModule : com/facebook/fbreact/specs/NativeIntentAndroidSpec {
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
public fun canOpenURL (Ljava/lang/String;Lcom/facebook/react/bridge/Promise;)V
Expand Down

This file was deleted.

Loading

0 comments on commit a5bce07

Please sign in to comment.