css-to-rn:将CSS字符串转换为React Native

时间:2024-06-07 07:54:15
【文件属性】:

文件名称:css-to-rn:将CSS字符串转换为React Native

文件大小:56KB

文件格式:ZIP

更新时间:2024-06-07 07:54:15

react css stylesheet styles reactnative

css到rn 将CSS字符串转换为React Native 什么 ? css-to-rn将您的css样式字符串转换为React Native。 它不支持插值,因此您无法根据道具动态更改样式。 安装 npm install css-to-rn 或者如果您使用纱线 yarn add css-to-rn 该软件包取决于react-native因此请确保已安装它。 用法 import React from 'react' ; import { Text , View } from 'react-native' ; import cssToRn from 'css-to-rn' ; const styles = cssToRn ( `flex: 1; background-color: hotpink; align-items: center; justify-content: cen


【文件预览】:
css-to-rn-master
----yarn.lock(210KB)
----src()
--------index.js(1KB)
----.babelrc(34B)
----.travis.yml(90B)
----__tests__()
--------index.test.js(846B)
----README.md(976B)
----.gitignore(19B)
----package.json(631B)

网友评论