File tree 1 file changed +3
-4
lines changed
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;
@@ -677,7 +677,7 @@ - (void)hash:(NSString *)path
677
677
}
678
678
679
679
#pragma mark - fs.readStream
680
- RCT_EXPORT_METHOD (readStream:(NSString *)path withEncoding :(NSString *)encoding bufferSize:(int )bufferSize tick:(int )tick streamId:(NSString *)streamId)
680
+ RCT_EXPORT_METHOD (readStream:(NSString *)path encoding :(NSString *)encoding bufferSize:(int )bufferSize tick:(int )tick streamId:(NSString *)streamId)
681
681
{
682
682
if (bufferSize == 0 ) {
683
683
if ([[encoding lowercaseString ] isEqualToString: @" base64" ])
@@ -902,7 +902,7 @@ - (void)copyToInternal:(NSString *)contentUri
902
902
}
903
903
- (void )copyToMediaStore : (NSDictionary *)filedata
904
904
mt : (NSString *) mt
905
- path : (NSString *)
905
+ path : (NSString *) path
906
906
resolve : (RCTPromiseResolveBlock)resolve
907
907
reject : (RCTPromiseRejectBlock)reject
908
908
{
@@ -955,7 +955,6 @@ - (void)writeToMediaFile:(NSString *)fileUri
955
955
reject (@" ENOT_SUPPORTED" , @" This method is not supported on iOS" , nil );
956
956
}
957
957
958
-
959
958
# pragma mark - New Architecture
960
959
#if RCT_NEW_ARCH_ENABLED
961
960
- (std::shared_ptr<facebook::react::TurboModule>)getTurboModule :
You can’t perform that action at this time.
0 commit comments