Skip to content

Support Cocoapods

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

Change Log

  • Support Cocoapods
    Add the JShareRN pod to your list of application pods in your Podfile, using the path from the Podfile to the installed module:
pod 'JShareRN', :path => '../node_modules/jshare-react-native'
pod 'JCoreRN', :path => '../node_modules/jcore-react-native'

Install pods as usual::

pod install