react native stylehooks:响应式React Native样式变得简单 源码
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
用户评论