-
react-native-sugar-style是一款提供主题支持功能的React Native Stylesheet替代方案
资源介绍
:rocket:React Native Sugar Style
( :test_tube:实验)
:artist_palette: React Native StyleSheet的基于主题的替代方案
:sparkles:支持将响应值作为数组
:triangular_ruler:减少每个组件中的计算设备高度和宽度
:mobile_phone:适用于android / ios / web(expo / react-native)
安装
yarn add react-native-sugar-style
npm i react-native-sugar-style
用法
步骤1: style.tsx
定义主题的配置,有关更多详细示例,请参见此。
import Sugar from "react-native-sugar-style" ;
const dark = {
background : "#2b2b2b" ,
text : "#ffffff" ,
} ;
const light = {
backgr