Skip to content

Commit ef03bdd

Browse files
riteshshukla04necolas
authored andcommitted
Add 'Version' to Platform
1 parent f58fd39 commit ef03bdd

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ const Platform = {
1616
return true;
1717
}
1818
return false;
19+
},
20+
get Version(): string {
21+
return '0.0.0';
1922
}
2023
};
2124

0 commit comments

Comments
 (0)