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 529a8ce commit 0f86ebeCopy full SHA for 0f86ebe
FS.common.js
@@ -613,7 +613,7 @@ var RNFS = {
613
if (isIOS || isWindows) { // Modified to accommodate Windows
614
ctimeTime = ctime && ctime.getTime();
615
}
616
- if(isWindows) {
+ if (isWindows) {
617
var modifyCreationTime = !ctime ? false: true;
618
return RNFSManager.touch(
619
normalizeFilePath(filepath),
0 commit comments