We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f16f3 commit 40f81e8Copy full SHA for 40f81e8
ios/RNReactNativeReplaykit.m
@@ -62,7 +62,7 @@ - (dispatch_queue_t)methodQueue
62
}
63
64
NSString *newPath = [[NSString stringWithFormat:@"%@/%@",
65
- [path stringByDeletingLastPathComponent], letters]
+ [path stringByDeletingLastPathComponent], randomString]
66
stringByAppendingPathExtension:[path pathExtension]];
67
68
[self.screenRecordCoordinator copyRecordingWithFilePath:path destFileURL:newPath];
0 commit comments