Initiate immediate phone call for React Native on iOS and Android.
npm install react-native-immediate-call-libraryInitiate immediate phone call for React Native on iOS and Android.
``bash`
Using npm:
npm install react-native-immediate-call-library --save
Using Yarn:
yarn add react-native-immediate-call-library
#### iOS installation
`
React Native 0.60 and above
Run pod install in the ios directory. Linking is not required in React Native 0.60 and above.
`
#### Android installation
In the AndroidManifest.xml file of your android studio project add:
`javascript``Usage
javascript``
import RNImmediateCallLibrary from 'react-native-immediate-call-library';
...
RNImmediateCallLibrary.immediateCall(phoneNumber);
...