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

No podspect nor podfile for react native >= 0.6 for iOS #112

Open
billygl opened this issue Nov 10, 2019 · 1 comment
Open

No podspect nor podfile for react native >= 0.6 for iOS #112

billygl opened this issue Nov 10, 2019 · 1 comment

Comments

@billygl
Copy link

billygl commented Nov 10, 2019

To fix it,
we added to the project podfile:
pod 'react-native-pdf-view', :path => '../node_modules/react-native-pdf-view'
And we added two files Podfile and react-native-pdf-view.podspec to the node_modules/react-native-pdf-view.
We attached the files using txt extension.
Podfile.txt
react-native-pdf-view.podspec.txt

Then we run

cd/ios
pod install
@Desintegrator
Copy link

yeah! this fixes lib for RN 0.64 for me!

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