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.
- Host: GitHub
- URL: https://github.com/kristerkari/react-native-dynamic-style-processor
- Owner: kristerkari
- License: mit
- Created: 2018-06-03T22:20:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T19:54:46.000Z (over 6 years ago)
- Last Synced: 2025-03-19T09:14:12.493Z (4 months ago)
- Topics: css, css-parser, dynamic, react-native, stylesheet, transform
- Language: JavaScript
- Size: 116 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-dynamic-style-processor

[](https://travis-ci.org/kristerkari/react-native-dynamic-style-processor)
[](https://ci.appveyor.com/project/kristerkari/react-native-dynamic-style-processor/branch/master)

[](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)