Skip to content

支持 cocoapods

Compare
Choose a tag to compare
@huangminlinux huangminlinux released this 24 Jan 03:15
· 229 commits to master since this release

Change log

  • 支持通过 Cocoapod 方式集成
    在 Podfile 中添加如下代码:
pod 'JPushRN', :path => '../node_modules/jpush-react-native'

终端执行如下指令:

pod install
  • sendImageMessage 添加发送图片的本地路径的格式。