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

Fixed podspec to work correctly on React-Native 0.60x #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albertgimenez
Copy link

This fix refactors the previous pod spec to use the info from the package.json instead of be hardcoded.
Also fixes pod install so correctly can be auto linked on React-Native 0.60x.

This fix refactors the previous pod spec to use the info from the package.json instead of be hardcoded.
Also fixes pod install so correctly can be auto linked on React-Native 0.60x.

s.authors = package['author']
s.homepage = package['homepage']
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got this error

[!] The `RNBoundary` pod failed to validate due to 1 error:
    - ERROR | attributes: Missing required attribute `homepage`.

there is no homepage prop in package.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also got this error.

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.

None yet

3 participants