An open API service indexing awesome lists of open source software.

https://github.com/kristerkari/react-native-dynamic-style-processor

React Native dynamic style processor combines multiple runtime style transformations together.
https://github.com/kristerkari/react-native-dynamic-style-processor

css css-parser dynamic react-native stylesheet transform

Last synced: 3 months ago
JSON representation

React Native dynamic style processor combines multiple runtime style transformations together.

Awesome Lists containing this project

README

        

# react-native-dynamic-style-processor

![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg)
[![Build Status](https://travis-ci.org/kristerkari/react-native-dynamic-style-processor.svg?branch=master)](https://travis-ci.org/kristerkari/react-native-dynamic-style-processor)
[![Build status](https://ci.appveyor.com/api/projects/status/ustkl1ujo5xr3i24/branch/master?svg=true)](https://ci.appveyor.com/project/kristerkari/react-native-dynamic-style-processor/branch/master)
![Size](https://img.shields.io/bundlephobia/minzip/react-native-dynamic-style-processor.svg)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)

React Native dynamic style processor combines multiple runtime style transformations together.

Currently it processes/transforms CSS media queries and CSS viewport units.

**Main dependencies for runtime transformations:**

- [react-native-css-media-query-processor](https://github.com/kristerkari/react-native-css-media-query-processor)
- [css-viewport-units-transform](https://github.com/kristerkari/css-viewport-units-transform)