react-native-portal

时间:2024-06-12 14:31:51
【文件属性】:

文件名称:react-native-portal

文件大小:70KB

文件格式:ZIP

更新时间:2024-06-12 14:31:51

JavaScript

React本机门户 在任何地方渲染组件。 组件内的所有内容都将在祖先组件上呈现。 安装 npm i --save @burstware/react-native-portal 用法 import React from 'react' import { Text , View } from 'react-native' import Portal from '@burstware/react-native-portal' export default function ( props ) { return ( < Portal> < View> < Text> Background Text < / Text > < Portal> <


【文件预览】:
react-native-portal-master
----yarn.lock(142KB)
----src()
--------PortalHost.js(3KB)
--------PortalConsumer.js(767B)
--------PortalManager.js(1KB)
--------index.js(53B)
--------Portal.js(1KB)
----.babelrc(140B)
----.eslintrc.yml(306B)
----.travis.yml(1KB)
----build()
--------PortalHost.js(8KB)
--------PortalConsumer.js(6KB)
--------PortalManager.js(7KB)
--------index.js(334B)
--------Portal.js(5KB)
----README.md(2KB)
----.editorconfig(355B)
----.gitignore(839B)
----.eslintignore(7B)
----package.json(1KB)

网友评论