Skip to content

Commit 69bca6c

Browse files
authored
Add a few more diff tags to ImageExample.js
1 parent 42e1c22 commit 69bca6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/rn-tester/js/examples/Image/ImageExample.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const {
2020
Image,
2121
ImageBackground,
2222
StyleSheet,
23-
Switch,
23+
Switch, // [macOS]
2424
Text,
2525
View,
2626
} = require('react-native');
@@ -851,10 +851,12 @@ const styles = StyleSheet.create({
851851
experimental_boxShadow: '80px 0px 10px 0px hotpink',
852852
transform: 'rotate(-15deg)',
853853
},
854+
// [macOS
854855
switch: {
855856
flexDirection: 'row',
856857
alignItems: 'center',
857858
},
859+
// macOS]
858860
});
859861

860862
exports.displayName = (undefined: ?string);

0 commit comments

Comments
 (0)