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

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

Open
peter-halo opened this issue Sep 23, 2020 · 0 comments

Comments

@peter-halo
Copy link

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 peter-halo changed the title npm 上面下载下来的代码与你本地代码不一致,使用0.59.9版本的reactnative在ios 无法编译。 npm 上面下载下来的代码与你本地代码不一致,使用0.63.2版本的reactnative在ios 无法编译。 Sep 23, 2020
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

1 participant