UNPKG

react-native-call-detection

Version:

Get different phone call states for iOS and Android along with incoming phone number(just for android)

10 lines (6 loc) 193 B
var CallStateUpdateActionModule = { callStateUpdated(state, incomingNumber) { this.callback && this.callback(state, incomingNumber) } } module.exports = CallStateUpdateActionModule;