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

npm 上面下载下来的代码与你本地代码不一致,使用0.63.2版本的reactnative在ios 无法编译。

Open peter-halo opened this issue 5 years ago • 0 comments

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>

peter-halo avatar Sep 23 '20 01:09 peter-halo