This repository was archived by the owner on May 26, 2019. It is now read-only.
  
  
  
  
  
Description
Hello, I got an error RNCallkit while trying to import from JS file.
I already link this library manually by:
- Drag RNCallKit.xcodeproj into Libraries
 
- Add 
$(SRCROOT)/../node_modules/react-native-callkit/ios/RNCallKit (recursive) in project's Header Search Path 
- Add libRNCallkit.a, CallKit.framework, Intent.framework into project's Build Phases
 
- Modify AppDelegate.m to 
#import "RNCallKit.h" and  Handling User Activity 
- Trying to clean & re-build several times, restart Mac, but still doesn't work
 
I'm using RN 0.52.1, installing on my real device iPhone 5s, use RNCallkit 1.3.1.