登录 注册
当前位置:主页 > 资源下载 > 11 > react-native-sugar-style是一款提供主题支持功能的React Native Stylesheet替代方案

react-native-sugar-style是一款提供主题支持功能的React Native Stylesheet替代方案

  • 更新:2024-10-07 22:14:14
  • 大小:468KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

: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