react-native-pdf-view icon indicating copy to clipboard operation
react-native-pdf-view copied to clipboard

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

Open billygl opened this issue 6 years ago • 1 comments

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

billygl avatar Nov 10 '19 03:11 billygl

yeah! this fixes lib for RN 0.64 for me!

Desintegrator avatar Jun 09 '21 20:06 Desintegrator