@huxin957/react-native-portal

1.0.2 • Public • Published

react-native-portal

安装:

npm i @huxin957/react-native-portal --save

yarn add @huxin957/react-native-portal

使用:

import Portal from "@huxin957/react-native-portal";

const App = () => {
  return (
    <Portal.Host>
      <View>
        <Text>我是根节点</Text>
      </View>
    </Portal.Host>
  );
};

Static Method

add(children: ReactNode) => number

remove(key: number) => void

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @huxin957/react-native-portal

      Weekly Downloads

      0

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      7.29 kB

      Total Files

      6

      Last publish

      Collaborators

      • huxin957