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 7443af6 commit 10db466Copy full SHA for 10db466
Libraries/Utilities/Platform.macos.js
@@ -14,6 +14,7 @@
14
15
var Platform = {
16
OS: 'macos',
17
+ select: (obj: Object) => obj.ios,
18
};
19
20
module.exports = Platform;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-macos",
3
- "version": "0.11.0-rc2",
+ "version": "0.11.0-rc4",
4
"description": "A framework for building native macOS apps using React",
5
"license": "BSD-3-Clause",
6
"repository": {
0 commit comments