Aspect Ratio
Universal solution to the missing aspect ratio prop
Last updated
Universal solution to the missing aspect ratio prop
Last updated
Because the aspectRatio
style prop isn't available in react-native-web
's StyleSheet API, we need to improvise a bit. Here is a View
which accepts an aspectRatio
style prop and calculates the ratio for you!