Skip to content

Commit

Permalink
Migrate ImageLoaderModule to Kotlin
Browse files Browse the repository at this point in the history
Summary:
## 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 24f789b
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 320 deletions.
2 changes: 1 addition & 1 deletion packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,7 @@ 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 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 Down

This file was deleted.

Loading

0 comments on commit 24f789b

Please sign in to comment.