1.0.7 • Published 6 years ago

react-native-call-observer v1.0.7

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

react-native-call-observer · PRs Welcome

Native call observer for iOS.


Usage (iOS)

npm install --save react-native-call-observer

or

yarn add react-native-call-observer 

Adding automatically with react-native link

At the command line, in your project folder, type:

react-native link react-native-call-observer

Example

import callObserver from 'react-native-call-observer';

componentDidMount(){
    callObserver.addEventListener((callStatus)=>{
      console.log(callStatus) // e.g. {callStatus: 'ended'}
    })
}

Contributing

Any contribution is welcomed.


Licence

react-native-call-observer is MIT licensed.

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago