Skip to content

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

@peter-halo

Description

@peter-halo

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions