1.0.7 • Published 5 years ago

react-native-call-observer v1.0.7

Weekly downloads
11
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago