Skip to content

Commit

Permalink
fixed name conflict caused auto linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishor Jena committed Apr 28, 2024
1 parent 68d8f73 commit 52f6368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

public class ImageFileTransformerModule extends ReactContextBaseJavaModule {
public static String TAG = ImageFileTransformerModule.class.getSimpleName();
public static final String NAME = "ImageResizer";
public static final String NAME = "ImageFileTransformer";
// Assuming you have a class variable/member
private final ExecutorService executorService = Executors.newSingleThreadExecutor();
// private final ExecutorService executorService = Executors.newFixedThreadPool(4);
Expand Down

0 comments on commit 52f6368

Please sign in to comment.