Css To React Native Transform Versions Save

Turn valid CSS into React Native Stylesheet objects.

v1.3.0

2 years ago
  • Added: transformation result now includes parsed CSS media queries under __mediaQueries object. This removes the need to re-parse media queries after transforming CSS.

v1.2.0

2 years ago
  • Added: validate that CSS Media Queries have correct syntax.

v1.1.0

2 years ago
  • Added: experimental support for parsing CSS Media Queries. Use parseMediaQueries: true to enable parsing media queries.

v1.0.8

2 years ago
  • Updated: css-to-react-native dependency to v2.1.2.

v1.0.7

2 years ago
  • Updated: css-to-react-native dependency to v2.1.1.

v1.0.6

2 years ago
  • Fixed: Only apply Image styling fix for shorthand border props with a single value.

v1.0.5

2 years ago
  • Fixed: Get rid of the requirement for Symbol by replacing for of loops with for in loops.

v1.0.4

2 years ago
  • Fixed: Image styling fix for shorthand border props.

v1.0.3

2 years ago
  • Fixed: Add missing shadowOpacity prop.
  • Fixed: box-shadow:support for rgb and rgba colors.

v1.0.2

2 years ago
  • Fixed: Support unitless values for box-shadow.