
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@gourban/react-native-adyen
Advanced tools
$ npm install react-native-adyen-cse --save
$ react-native link react-native-adyen-cse
Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-adyen-cse
and add RNAdyenCse.xcodeproj
libRNAdyenCse.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
)<android/app/src/main/java/[...]/MainActivity.java
import com.reactlibrary.RNAdyenCsePackage;
to the imports at the top of the filenew RNAdyenCsePackage()
to the list returned by the getPackages()
methodandroid/settings.gradle
:
include ':react-native-adyen-cse'
project(':react-native-adyen-cse').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-adyen-cse/android')
android/app/build.gradle
:
compile project(':react-native-adyen-cse')
import {encrypt} from 'react-native-adyen-cse'
const publicKey = '1001|...'
async function testCardDetailsEncrypt() {
const card = {
holderName: 'John Doe',
number: '4111111111111111',
cvc: '737',
expiryMonth: '08',
expiryYear: '2018',
}
const token = await encrypt(card, publicKey)
return token
}
testCardDetailsEncrypt().then(encryptedCard =>
this.setState({encryptedCard}),
)
iOS
Android
FAQs
React Native Adyen CSE
The npm package @gourban/react-native-adyen receives a total of 0 weekly downloads. As such, @gourban/react-native-adyen popularity was classified as not popular.
We found that @gourban/react-native-adyen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.