yiminghe / web-to-react-native-style

transform web style to react-native style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-to-react-native-style

transform web style to react-native style

NPM version build status Test coverage npm download

api

transform(propertyName, value): Object

import { transform } from 'web-to-react-native-style';
transform('padding','10px 5px') => {paddingTop:10,paddingBottom:10,paddingLeft:5,paddingRight:5}

About

transform web style to react-native style

License:MIT License


Languages

Language:TypeScript 85.5%Language:JavaScript 14.5%