tariq86 / rn-sip-app

React Native SIP App
66 stars 45 forks source link

Replace react-native-callkit with react-native-callkeep #3

Open tariq86 opened 5 years ago

tariq86 commented 5 years ago

As the title suggests, I think it would be better to use the react-native-callkeep library for two main reasons:

  1. It seems to be more actively updated
  2. It supports both iOS (via CallKit) and Android (via ConnectionService)

I'm not sure how much work it will be to make the switch, but it definitely won't be quick/easy.