文件名称:css-to-react-native:将CSS文本转换为React Native样式表对象
文件大小:111KB
文件格式:ZIP
更新时间:2024-05-22 09:40:53
JavaScript
CSS到本机 将CSS文本转换为React Native样式表对象。 font-size : 18 px ; line-height : 24 px ; color : red; { fontSize : 18 , lineHeight : 24 , color : 'red' , } 将所有类似于数字的值转换为数字,并将类似字符串的值转换为字符串。 自动将间接值转换为其等效的React Native。 text-shadow-offset : 10 px 5 px ; font-variant : small-caps; transform : translate ( 10 px , 5 px ) scale ( 5 ); { textShadowOffset : { width : 10 , height : 5 } , fontVariant : [ '
【文件预览】:
css-to-react-native-master
----.gitignore(24B)
----.babelrc(58B)
----package.json(2KB)
----src()
--------devPropertiesWithoutUnitsRegExp.js(405B)
--------TokenStream.js(2KB)
--------index.js(3KB)
--------__tests__()
--------transforms()
--------tokenTypes.js(3KB)
----LICENSE.md(1KB)
----.travis.yml(289B)
----.eslintrc.js(224B)
----README.md(3KB)
----.prettierrc(69B)
----yarn.lock(222KB)
----index.d.ts(379B)