We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i used these command for installation
npm i react-native-pdf-view --save react-native link react-native-pdf-view react-native run-ios
but an error occurred : build fail
4 warnings and 17 errors generated. ** BUILD FAILED ** The following build commands failed: CompileC /Users/macbookpro/Workspace/Projects/Wizary/Wizary/ios/build/Build/Intermediates/RNPDFView.build/Debug-iphonesimulator/RNPDFView.build/Objects-normal/x86_64/RNPDFViewManager.o RNPDFView/RNPDFViewManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Changing your package.json to pull from the most recent version should fix this problem
"react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git",
found the solution linked here
No branches or pull requests
i used these command for installation
but an error occurred : build fail
The text was updated successfully, but these errors were encountered: