Skip to content

支持 cocoapods

Choose a tag to compare

@huangminlinux huangminlinux released this 24 Jan 03:19
· 470 commits to master since this release

Change Log:

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

终端执行如下指令:

pod install