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

Ios pod file library not getting specified and specifying manually showing error #26

Open
StarkAndy opened this issue Dec 20, 2019 · 1 comment
Assignees

Comments

@StarkAndy
Copy link

Hi when i am executing react-native link react-native-shine-button ,Library is not getting added in pod file and when i am adding manually like

pod 'react-native-shine-button', :path =>'../node_modules/react-native-shine-button/ios/RNShineButton.podspec'.

It's giving me the error as below.

`node_modules/react-native-shine-button/ios/RNShineButton.podspec:3

-------------------------------------------

package = JSON.parse(File.read(File.join(dir, 'package.json')))

-------------------------------------------`

@prscX prscX self-assigned this Jan 28, 2020
@prscX
Copy link
Owner

prscX commented Jan 28, 2020

@StarkAndy: I have added support for RN61+. Using RN61+ this configuration setup is not needed. Could you please upgrade to latest RN and try.

Please follow installation steps as per README.

Thanks
</ Pranav >

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

No branches or pull requests

2 participants