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 42e1c22 commit 69bca6cCopy full SHA for 69bca6c
packages/rn-tester/js/examples/Image/ImageExample.js
@@ -20,7 +20,7 @@ const {
20
Image,
21
ImageBackground,
22
StyleSheet,
23
- Switch,
+ Switch, // [macOS]
24
Text,
25
View,
26
} = require('react-native');
@@ -851,10 +851,12 @@ const styles = StyleSheet.create({
851
experimental_boxShadow: '80px 0px 10px 0px hotpink',
852
transform: 'rotate(-15deg)',
853
},
854
+ // [macOS
855
switch: {
856
flexDirection: 'row',
857
alignItems: 'center',
858
859
+ // macOS]
860
});
861
862
exports.displayName = (undefined: ?string);
0 commit comments