Gathering detailed insights and metrics for react-native-immediate-phone-call-srijan
Gathering detailed insights and metrics for react-native-immediate-phone-call-srijan
Gathering detailed insights and metrics for react-native-immediate-phone-call-srijan
Gathering detailed insights and metrics for react-native-immediate-phone-call-srijan
Initiate immediate phone call (without further user interaction) for React Native on iOS and Android.
npm install react-native-immediate-phone-call-srijan
Typescript
Module System
Node Version
NPM Version
Java (74.08%)
Ruby (13.48%)
Objective-C (7.7%)
JavaScript (4.74%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
14 Commits
1 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Aug 12, 2021
Latest Version
1.0.6
Package Id
react-native-immediate-phone-call-srijan@1.0.6
Unpacked Size
2.80 MB
Size
646.84 kB
File Count
128
NPM Version
6.14.9
Node Version
12.18.4
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
$ npm install react-native-immediate-phone-call-srijan --save
$ react-native link react-native-immediate-phone-call-srijan
Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-immediate-phone-call-srijan
and add RNReactNativeImmediatePhoneCallSrijan.xcodeproj
libRNReactNativeImmediatePhoneCallSrijan.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
)<android/app/src/main/java/[...]/MainActivity.java
import com.reactlibrary.RNReactNativeImmediatePhoneCallSrijanPackage;
to the imports at the top of the filenew RNReactNativeImmediatePhoneCallSrijanPackage()
to the list returned by the getPackages()
methodandroid/settings.gradle
:
include ':react-native-immediate-phone-call-srijan'
project(':react-native-immediate-phone-call-srijan').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-immediate-phone-call-srijan/android')
android/app/build.gradle
:
compile project(':react-native-immediate-phone-call-srijan')
4.For cal permission add this line to manifest.xml in your project for requesting permission of making call
5.add initent-filter under the activity in mainfest.xml file for your project
1import RNReactNativeImmediatePhoneCallSrijan from 'react-native-immediate-phone-call-srijan'; 2 3// TODO: What to do with the module? 4 5const App = () => { 6 return ( 7 <View > 8 <Text > 9 Call to : +915234567890 10 </Text> 11 <TouchableOpacity 12 onPress={() => RNReactNativeImmediatePhoneCallSrijan.immediatePhoneCall("+915234567890")} 13 > 14 <Text>Call</Text> 15 </TouchableOpacity> 16 </View> 17 ); 18};
No vulnerabilities found.
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More