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 1212#import " ReactNativeBlobUtilProgress.h"
1313
1414#if RCT_NEW_ARCH_ENABLED
15- #import " ReactNativeBlobUtilSpec.h "
15+ #import < ReactNativeBlobUtilSpec/ReactNativeBlobUtilSpec.h >
1616#endif
1717
1818__strong RCTEventDispatcher * eventDispatcherRef;
@@ -677,7 +677,7 @@ - (void)hash:(NSString *)path
677677}
678678
679679#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)
681681{
682682 if (bufferSize == 0 ) {
683683 if ([[encoding lowercaseString ] isEqualToString: @" base64" ])
@@ -902,7 +902,7 @@ - (void)copyToInternal:(NSString *)contentUri
902902}
903903- (void )copyToMediaStore : (NSDictionary *)filedata
904904 mt : (NSString *) mt
905- path : (NSString *)
905+ path : (NSString *) path
906906 resolve : (RCTPromiseResolveBlock)resolve
907907 reject : (RCTPromiseRejectBlock)reject
908908{
@@ -955,7 +955,6 @@ - (void)writeToMediaFile:(NSString *)fileUri
955955 reject (@" ENOT_SUPPORTED" , @" This method is not supported on iOS" , nil );
956956}
957957
958-
959958# pragma mark - New Architecture
960959#if RCT_NEW_ARCH_ENABLED
961960- (std::shared_ptr<facebook::react::TurboModule>)getTurboModule :
You can’t perform that action at this time.
0 commit comments