逍遥
逍遥
[示例](https://github.com/SunLxy/css-in-js)这个只是把button按钮样式直接拿来用的,有些地方是重复的
1. vscode 安装[vscode-styled-components](https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components)插件 `styled-components`写css 有提示功能
我两种分开做的 @jaywcjlove
[refactor(menu):重构菜单(主题未加)(#845)](https://github.com/uiwjs/uiw/commit/b28f280a0cb33bacde04ad2abc51e6df8290ed1f)
`Modal`的`placement`添加了`middle`值,用以控制居中展示,请安装 @uiw/[email protected] 试一下效果 @WangShayne ```jsx import React, { useState, Fragment } from 'react'; import { View, Text, SafeAreaView } from 'react-native'; import { Modal, Button,Grid, Icon } from '@uiw/react-native'; function...