File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
#import " ReactNativeBlobUtilProgress.h"
13
13
14
14
#if RCT_NEW_ARCH_ENABLED
15
- #import " ReactNativeBlobUtilSpec.h "
15
+ #import < ReactNativeBlobUtilSpec/ReactNativeBlobUtilSpec.h >
16
16
#endif
17
17
18
18
__strong RCTEventDispatcher * eventDispatcherRef;
@@ -685,7 +685,7 @@ - (void)hash:(NSString *)path
685
685
}
686
686
687
687
#pragma mark - fs.readStream
688
- RCT_EXPORT_METHOD (readStream:(NSString *)path withEncoding :(NSString *)encoding bufferSize:(int )bufferSize tick:(int )tick streamId:(NSString *)streamId)
688
+ RCT_EXPORT_METHOD (readStream:(NSString *)path encoding :(NSString *)encoding bufferSize:(int )bufferSize tick:(int )tick streamId:(NSString *)streamId)
689
689
{
690
690
if (bufferSize == 0 ) {
691
691
if ([[encoding lowercaseString ] isEqualToString: @" base64" ])
@@ -910,7 +910,7 @@ - (void)copyToInternal:(NSString *)contentUri
910
910
}
911
911
- (void )copyToMediaStore : (NSDictionary *)filedata
912
912
mt : (NSString *) mt
913
- path : (NSString *)
913
+ path : (NSString *) path
914
914
resolve : (RCTPromiseResolveBlock)resolve
915
915
reject : (RCTPromiseRejectBlock)reject
916
916
{
@@ -963,7 +963,6 @@ - (void)writeToMediaFile:(NSString *)fileUri
963
963
reject (@" ENOT_SUPPORTED" , @" This method is not supported on iOS" , nil );
964
964
}
965
965
966
-
967
966
# pragma mark - New Architecture
968
967
#if RCT_NEW_ARCH_ENABLED
969
968
- (std::shared_ptr<facebook::react::TurboModule>)getTurboModule :
You can’t perform that action at this time.
0 commit comments