1. 首页
  2. 数据库
  3. 其它
  4. react native stylehooks:响应式React Native样式变得简单 源码

react native stylehooks:响应式React Native样式变得简单 源码

上传者: 2021-03-27 17:20:31上传 ZIP文件 3MB 热度 24次
react-native-stylehooks 响应式React Native [Web]样式变得简单。 入门 在您的React Native [Web]应用中运行yarn add react-native-stylehooks 类似于下面的示例使用它 import * as React from 'react' ; import * as ReactDOM from 'react-dom' ; import { View , Text } from 'react-native' ; import { StyleSheet } from 'react-native-stylehooks' ; function App ( ) { const styles = useStyles ( ) ; return ( < View style = { styles . conta
用户评论