react-native-pdf-view
react-native-pdf-view copied to clipboard
npm 上面下载下来的代码与你本地代码不一致,使用0.63.2版本的reactnative在ios 无法编译。
npm 下载下来的代码 #import <Foundation/Foundation.h> #import "RCTBridge.h" #import "RNPDFViewManager.h" #import "RNPDFView.h" #import "RCTEventDispatcher.h“
你这个git 上的代码 #import <Foundation/Foundation.h> #import <React/RCTBridge.h> #import "RNPDFViewManager.h" #import "RNPDFView.h" #import <React/RCTEventDispatcher.h>