Skip to main content
Gr4vy home page
Search...
⌘K
Status
GitHub
Wizlo
Wizlo
Search...
Navigation
React Native
Installing the React Native SDK
Build
Dashboard
Connections
API Reference
Updates
Get started
Overview
Web payments
Mobile payments
Integration guides
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
Best Practices
Best practices
IDs & reconciliation
Idempotent requests
Timeouts
Resources
CLI
Postman
OpenAPI
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
Pay by bank
Payment links
Payouts
Push payments
Recurring payments
Scheme Cards
Simulators
Webhooks
Other
Statuses
close
On this page
Add the SDK
Integration guides
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.
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