react native extended stylesheet:用于React Native的扩展StyleSheets 源码

sometime79458 40 0 ZIP 2021-02-08 20:02:06

React本机扩展StyleSheet 用媒体查询,变量,动态主题,相对单位,百分比,数学运算,缩放和其他样式化内容直接替换 。 演示版 可以在浏览器或使用此与Extended StyleSheets一起玩。 安装 npm i react-native-extended-stylesheet --save 用法 使用EStyleSheet.create()而不是StyleSheet.create()定义样式: /* component.js */ import EStyleSheet from 'react-native-extended-stylesheet' ; // define e

用户评论
请输入评论内容
评分:
暂无评论