1. 首页
  2. 数据库
  3. 其它
  4. react native backdrop:用于本机React的背景组件 源码

react native backdrop:用于本机React的背景组件 源码

上传者: 2021-03-17 04:23:42上传 ZIP文件 246.9KB 热度 19次
React本机背景 使用针对Android和iOS的材料指南构建的React Native Backdrop组件 | | | 安装 $ npm install react-native-backdrop --save 用法 import { Backdrop } from "react-native-backdrop" ; const App = ( ) => { const [ visible , setVisible ] = useState ( false ) ; const handleOpen = ( ) => { setVisible ( true ) ; } ; const handleClose = ( ) => { setVisible ( false ) ; } ; return ( < > < View s
下载地址
用户评论