@heytea/react-native-miniprogram
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

react-native-miniprogram

Getting started

$ npm install @heytea/react-native-miniprogram --save

Mostly automatic installation

$ react-native link @heytea/react-native-miniprogram

Usage

import ReactNativeMiniprogram from 'react-native-miniprogram';

/**
 * App跳转微信小程序
 * @param appId 应用AppId
 * @param username  拉起的小程序的username
 * @param path  拉起小程序页面的可带参路径,不填默认拉起小程序首页,对于小游戏,可以只传入 query 部分,来实现传参效果,如:传入 "?foo=bar"
 * @param type 拉起小程序的类型。0:正式版。1:开发版。2:体验版
 */
ReactNativeMiniprogram.launchWXMiniProgram(appId: string, username: string, path: string, type: MINIPTOGRAM_TYPE): Promise<null>;

/**
 * 打开授权页
 * @param appId 应用AppId
 * @param url 获取授权页链接返回的auth_url
 */
ReactNativeMiniprogram.openAuthPage(appId: string, url: string): Promise<AuthPageResult>;

Package Sidebar

Install

npm i @heytea/react-native-miniprogram

Weekly Downloads

1

Version

0.1.8

License

MIT

Unpacked Size

25.1 kB

Total Files

14

Last publish

Collaborators

  • heytea