Skip to content

Commit 607e52d

Browse files
riteshshukla04necolas
authored andcommitted
Fix CACHE IS NOT WORKING
1 parent 5860c95 commit 607e52d

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-web/src/exports/Platform

1 file changed

+1
-1
lines changed

packages/react-native-web/src/exports/Platform/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Platform = {
1818
return false;
1919
},
2020
get Version(): string {
21-
return "0.0.0"
21+
return '0.0.0';
2222
}
2323
};
2424

0 commit comments

Comments
 (0)