Skip to main content
DLX Pay home page
Search...
⌘K
GitHub
DLX Pay
DLX Pay
Search...
Navigation
React Native
Installing the React Native SDK
Payments
Dashboard
Connections
API Reference
Updates
Introduction
Overview
Integration
Embed
Web
Android
iOS
React Native
Introduction
API keys
Authentication
SDK installation
Transactions
Apple Pay
Google Pay
Events
Options
Secure Fields
Direct API
Native SDKs
Vault Forward
E-commerce Plugins
Tools
CLI
Postman
Features
3-D Secure
Account updater
AFTs
Anti-fraud
Apple Pay
Click to Pay
Gift Cards
Google Pay
Guest checkout
Import card data
Merchant accounts
Network tokens
Partial auth
Payment links
Payouts
Push payments
Recurring payments
Scheme Cards
Simulators
Webhooks
Other
API
Statuses
close
On this page
Add the SDK
Integration
Embed
React Native
Installing the React Native SDK
OpenAI
Open in ChatGPT
OpenAI
Open in ChatGPT
Next, you can embed the SDK in your React Native app to store card details, authorize payments, and capture a transaction.
Add the SDK
The
React Native SDK
is available as an NPM package.
Copy
yarn
add
@gr4vy/embed-react-native
# OR
npm
install
@gr4vy/embed-react-native
This installs the SDK, as well as the native iOS and Android dependencies.
Generating tokens for authentication
Previous
Creating transactions
Next
⌘I