#### 项目介绍 邦奇超级app原生-h5交互接口 npm包 注意!!! 如果想调用原生方法,必须在项目启动时调用 async/await isReady()方法;
## 安装 ```bash yarn add @dalitek/native ``` ```js import native from "@dalitek/native" ```