Skip to content

expo-component/expo-wechat

Repository files navigation

Expo Wechat

expo 对接 微信SDK2.0

使用

1. 安装依赖

expo install expo-wechat

2.1 【iOS】配置iOS

{project}/ios/{ProjectDir}/info.plist 添加如下配置:

<key>LSApplicationQueriesSchemes</key>
<array>
  <string>weixin</string>
  <string>wechat</string>
  <string>weixinULAPI</string>
</array>

2.2 【Android】配置Android