I have tried with version 1.3.4
by the following step I did.
- yarn add react-native-callkit
- react-native link react-native-callkit
- $(SRCROOT)/../node_modules/react-native-callkit/ios/RNCallKit in header search path with recursive.
- #import "RNCallKit.h" in AppDelegate.m
- Linking Lib. with Intents.framework and CallKit.framework as optional
Do I missed any further step to complete it?
Expected Result : Application can run without any errors.
Behavior Result : Application run with error as I mentioned "Native module cannot be null."
Dependencies :
"dayjs": "^1.7.4",
"lodash": "4.17.10",
"mobx": "3.4.1",
"mobx-react": "4.3.5",
"mobx-state-tree": "1.3.1",
"native-base": "2.7.2",
"opentok-react-native": "^0.8.2",
"prop-types": "^15.6.2",
"react": "16.2.0",
"react-native": "0.51.0",
"react-native-callkit": "^1.3.4",
"react-native-camera": "^1.1.4",
"react-native-code-input": "^1.0.6",
"react-native-country-picker-modal": "^0.6.2",
"react-native-credit-card-input": "^0.4.1",
"react-native-gifted-chat": "^0.4.3",
"react-native-google-analytics-bridge": "^5.8.0",
"react-native-image-picker": "^0.26.10",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modal": "^6.5.0",
"react-native-onesignal": "^3.2.5",
"react-native-permissions": "^1.1.1",
"react-native-phone-input": "^0.2.1",
"react-native-qrcode": "^0.2.7",
"react-native-splash-screen": "^3.1.1",
"react-native-ui-xg": "^0.0.6",
"react-navigation": "^2.9.3",
"sendbird": "^3.0.69",
"socket.io-client": "^2.1.1",
"timeago.js": "^3.0.2",
"uuid": "^3.3.2",
"voca": "^1.4.0"


