mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reducing visibility of ImageStoreManager (#47443)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47443 As part of sustainability week effort for switching to internal here: https://fb.workplace.com/groups/251759413609061/permalink/872342228217440/ Reducing visibility of ImageStoreManager from public to internal Changelog: [Android] [Breaking] - Stable API - Make ImageStoreManager internal Reviewed By: javache Differential Revision: D65520953 fbshipit-source-id: 0207be6a5e0b92dbbaee534735fc829e9202727d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d02da992a4
commit
846c4b1ea2
@@ -3045,16 +3045,6 @@ public class com/facebook/react/modules/blob/FileReaderModule : com/facebook/fbr
|
||||
public fun readAsText (Lcom/facebook/react/bridge/ReadableMap;Ljava/lang/String;Lcom/facebook/react/bridge/Promise;)V
|
||||
}
|
||||
|
||||
public final class com/facebook/react/modules/camera/ImageStoreManager : com/facebook/fbreact/specs/NativeImageStoreAndroidSpec {
|
||||
public static final field Companion Lcom/facebook/react/modules/camera/ImageStoreManager$Companion;
|
||||
public static final field NAME Ljava/lang/String;
|
||||
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
|
||||
public fun getBase64ForTag (Ljava/lang/String;Lcom/facebook/react/bridge/Callback;Lcom/facebook/react/bridge/Callback;)V
|
||||
}
|
||||
|
||||
public final class com/facebook/react/modules/camera/ImageStoreManager$Companion {
|
||||
}
|
||||
|
||||
public final class com/facebook/react/modules/common/ModuleDataCleaner {
|
||||
public static final field INSTANCE Lcom/facebook/react/modules/common/ModuleDataCleaner;
|
||||
public static final fun cleanDataFromModules (Lcom/facebook/react/bridge/ReactContext;)V
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import java.io.InputStream
|
||||
import java.util.concurrent.Executors
|
||||
|
||||
@ReactModule(name = NativeImageStoreAndroidSpec.NAME)
|
||||
public class ImageStoreManager(reactContext: ReactApplicationContext) :
|
||||
internal class ImageStoreManager(reactContext: ReactApplicationContext) :
|
||||
NativeImageStoreAndroidSpec(reactContext) {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user