Skip to content

Commit d9d05b4

Browse files
committed
[fix] Allow CSS aspectRatio
Fix #427
1 parent 960edca commit d9d05b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native-web/src/exports/StyleSheet/createReactDOMStyle.js

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const createReactDOMStyle = style => {
8080

8181
switch (prop) {
8282
// Ignore some React Native styles
83-
case 'aspectRatio':
8483
case 'elevation':
8584
case 'overlayColor':
8685
case 'resizeMode':

0 commit comments

Comments
 (0)