luisfcofv/react-native-deep-linking

RCTLinkingManager.h is not found in IOS

nimabk82 opened this issue · 2 comments

"react": "16.0.0-alpha.12",
"react-native": "0.46.4",
"react-native-deep-linking": "^2.1.0",

ital0 commented

change

#import "RCTLinkingManager.h"

to

#import <React/RCTLinkingManager.h>

This is not related to this library, closing this issue.