Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for linking via Cocoapods #121

Merged
merged 1 commit into from
May 14, 2019
Merged

Conversation

dcvz
Copy link
Contributor

@dcvz dcvz commented May 13, 2019

Moving forward, ReactNative will start using CocoaPods as the default linking mechanism. This adds a .podspec so linking will work correctly.

However, as this repo relies on react-native-events it needs lufinkey/react-native-events#4 to be merged

How to use

Put inside your project's Podfile:

  pod 'RNEventEmitter', :path => '../node_modules/react-native-events'
  pod 'RNSpotify', :path => '../node_modules/rn-spotify-sdk'

@dcvz dcvz changed the title Add podspec Add support for linking via Cocoapods May 13, 2019
@lufinkey lufinkey merged commit 39ce789 into lufinkey:master May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants